@almadar/core 10.37.0 → 10.39.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.
@@ -1,10 +1,11 @@
1
- import { A as AnyPatternConfig, b1 as RenderBinding, F as FieldValue, aW as PatternType, J as JsonValue } from '../effect-Cd6ibbZc.js';
2
- export { aP as PATTERN_TYPES, aT as PatternConfig, aU as PatternProps, aV as PatternPropsMap, cJ as isValidPatternType } from '../effect-Cd6ibbZc.js';
1
+ import { A as AnyPatternConfig, S as RenderBinding, I as PatternType } from '../effect-BqPofdgp.js';
2
+ export { P as PATTERN_TYPES, z as PatternConfig, G as PatternProps, H as PatternPropsMap, aK as isValidPatternType } from '../effect-BqPofdgp.js';
3
3
  import { d as EventPayloadValue, a as EventPayload } from '../expression-DpAj1RzP.js';
4
+ import { F as FieldValue, J as JsonValue } from '../entity-CVylqnAf.js';
4
5
  import 'zod';
5
6
 
6
7
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-07-25T06:32:53.902Z";
8
+ var exportedAt$3 = "2026-07-27T04:55:27.017Z";
8
9
  var patterns = {
9
10
  "entity-table": {
10
11
  type: "entity-table",
@@ -406,8 +407,7 @@ var patterns = {
406
407
  }
407
408
  },
408
409
  required: [
409
- "label",
410
- "onClick"
410
+ "label"
411
411
  ]
412
412
  }
413
413
  },
@@ -445,11 +445,15 @@ var patterns = {
445
445
  "default",
446
446
  "danger"
447
447
  ]
448
+ },
449
+ event: {
450
+ types: [
451
+ "string"
452
+ ]
448
453
  }
449
454
  },
450
455
  required: [
451
- "label",
452
- "onClick"
456
+ "label"
453
457
  ]
454
458
  }
455
459
  },
@@ -40426,6 +40430,363 @@ var patterns = {
40426
40430
  description: "className prop"
40427
40431
  }
40428
40432
  }
40433
+ },
40434
+ "import-preview-tree": {
40435
+ type: "import-preview-tree",
40436
+ category: "component",
40437
+ tier: "molecules",
40438
+ family: "core",
40439
+ description: "ImportPreviewTree component",
40440
+ suggestedFor: [
40441
+ "import",
40442
+ "preview",
40443
+ "tree",
40444
+ "import preview tree"
40445
+ ],
40446
+ typicalSize: "medium",
40447
+ propsSchema: {
40448
+ units: {
40449
+ types: [
40450
+ "array"
40451
+ ],
40452
+ description: "Staged units to preview",
40453
+ required: true,
40454
+ items: {
40455
+ types: [
40456
+ "object"
40457
+ ],
40458
+ properties: {
40459
+ ref: {
40460
+ types: [
40461
+ "string"
40462
+ ]
40463
+ },
40464
+ targetEntity: {
40465
+ types: [
40466
+ "string"
40467
+ ]
40468
+ },
40469
+ fields: {
40470
+ types: [
40471
+ "object"
40472
+ ],
40473
+ mapValue: {
40474
+ types: [
40475
+ "object"
40476
+ ],
40477
+ freeform: true
40478
+ }
40479
+ },
40480
+ parentRef: {
40481
+ types: [
40482
+ "string"
40483
+ ]
40484
+ }
40485
+ },
40486
+ required: [
40487
+ "ref",
40488
+ "targetEntity",
40489
+ "fields"
40490
+ ]
40491
+ }
40492
+ },
40493
+ skipped: {
40494
+ types: [
40495
+ "array"
40496
+ ],
40497
+ description: "Elements skipped during extraction, with reasons",
40498
+ items: {
40499
+ types: [
40500
+ "object"
40501
+ ],
40502
+ properties: {
40503
+ ref: {
40504
+ types: [
40505
+ "string"
40506
+ ]
40507
+ },
40508
+ reason: {
40509
+ types: [
40510
+ "string"
40511
+ ]
40512
+ }
40513
+ },
40514
+ required: [
40515
+ "ref",
40516
+ "reason"
40517
+ ]
40518
+ },
40519
+ "default": [
40520
+ ]
40521
+ },
40522
+ entityDisplay: {
40523
+ types: [
40524
+ "object"
40525
+ ],
40526
+ description: "Entity name → display labels; falls back to the entity name",
40527
+ required: true,
40528
+ mapValue: {
40529
+ types: [
40530
+ "object"
40531
+ ],
40532
+ properties: {
40533
+ singular: {
40534
+ types: [
40535
+ "string"
40536
+ ]
40537
+ },
40538
+ plural: {
40539
+ types: [
40540
+ "string"
40541
+ ]
40542
+ }
40543
+ },
40544
+ required: [
40545
+ "singular",
40546
+ "plural"
40547
+ ]
40548
+ }
40549
+ },
40550
+ onConfirm: {
40551
+ types: [
40552
+ "function"
40553
+ ],
40554
+ description: "Called when the user confirms the staged import",
40555
+ kind: "callback",
40556
+ callbackArgs: [
40557
+ ]
40558
+ },
40559
+ onCancel: {
40560
+ types: [
40561
+ "function"
40562
+ ],
40563
+ description: "Called when the user cancels the staged import",
40564
+ kind: "callback",
40565
+ callbackArgs: [
40566
+ ]
40567
+ },
40568
+ confirmLabel: {
40569
+ types: [
40570
+ "string"
40571
+ ],
40572
+ description: "Confirm button label",
40573
+ "default": "Confirm import"
40574
+ },
40575
+ cancelLabel: {
40576
+ types: [
40577
+ "string"
40578
+ ],
40579
+ description: "Cancel button label",
40580
+ "default": "Cancel"
40581
+ },
40582
+ indent: {
40583
+ types: [
40584
+ "number"
40585
+ ],
40586
+ description: "Indent per tree depth in px (default: 16)",
40587
+ "default": 16
40588
+ },
40589
+ className: {
40590
+ types: [
40591
+ "string"
40592
+ ],
40593
+ description: "Additional CSS classes"
40594
+ }
40595
+ }
40596
+ },
40597
+ "import-progress": {
40598
+ type: "import-progress",
40599
+ category: "component",
40600
+ tier: "molecules",
40601
+ family: "core",
40602
+ description: "ImportProgress component",
40603
+ suggestedFor: [
40604
+ "import",
40605
+ "progress",
40606
+ "import progress"
40607
+ ],
40608
+ typicalSize: "medium",
40609
+ propsSchema: {
40610
+ step: {
40611
+ types: [
40612
+ "string"
40613
+ ],
40614
+ description: "Current lifecycle step",
40615
+ required: true,
40616
+ enumValues: [
40617
+ "fetching",
40618
+ "mapping",
40619
+ "reviewing",
40620
+ "committing",
40621
+ "done",
40622
+ "failed"
40623
+ ]
40624
+ },
40625
+ counts: {
40626
+ types: [
40627
+ "object"
40628
+ ],
40629
+ description: "Unit counts",
40630
+ properties: {
40631
+ staged: {
40632
+ types: [
40633
+ "number"
40634
+ ]
40635
+ },
40636
+ committed: {
40637
+ types: [
40638
+ "number"
40639
+ ]
40640
+ },
40641
+ failed: {
40642
+ types: [
40643
+ "number"
40644
+ ]
40645
+ }
40646
+ }
40647
+ },
40648
+ labels: {
40649
+ types: [
40650
+ "object"
40651
+ ],
40652
+ description: "Step label overrides",
40653
+ mapValue: {
40654
+ types: [
40655
+ "string"
40656
+ ]
40657
+ }
40658
+ },
40659
+ className: {
40660
+ types: [
40661
+ "string"
40662
+ ],
40663
+ description: "Additional CSS classes"
40664
+ }
40665
+ }
40666
+ },
40667
+ "import-source-picker": {
40668
+ type: "import-source-picker",
40669
+ category: "component",
40670
+ tier: "molecules",
40671
+ family: "core",
40672
+ description: "ImportSourcePicker component",
40673
+ suggestedFor: [
40674
+ "import",
40675
+ "source",
40676
+ "picker",
40677
+ "import source picker"
40678
+ ],
40679
+ typicalSize: "medium",
40680
+ propsSchema: {
40681
+ sources: {
40682
+ types: [
40683
+ "array"
40684
+ ],
40685
+ description: "Source options to render",
40686
+ required: true,
40687
+ items: {
40688
+ types: [
40689
+ "object"
40690
+ ],
40691
+ properties: {
40692
+ id: {
40693
+ types: [
40694
+ "string"
40695
+ ]
40696
+ },
40697
+ label: {
40698
+ types: [
40699
+ "string"
40700
+ ]
40701
+ },
40702
+ description: {
40703
+ types: [
40704
+ "string"
40705
+ ]
40706
+ },
40707
+ icon: {
40708
+ types: [
40709
+ "icon",
40710
+ "string"
40711
+ ]
40712
+ },
40713
+ kind: {
40714
+ types: [
40715
+ "string"
40716
+ ],
40717
+ enumValues: [
40718
+ "action",
40719
+ "file"
40720
+ ]
40721
+ },
40722
+ accept: {
40723
+ types: [
40724
+ "string"
40725
+ ]
40726
+ },
40727
+ multiple: {
40728
+ types: [
40729
+ "boolean"
40730
+ ]
40731
+ },
40732
+ disabled: {
40733
+ types: [
40734
+ "boolean"
40735
+ ]
40736
+ }
40737
+ },
40738
+ required: [
40739
+ "id",
40740
+ "label"
40741
+ ]
40742
+ }
40743
+ },
40744
+ onSelect: {
40745
+ types: [
40746
+ "function"
40747
+ ],
40748
+ description: "Called with the source id when an 'action' option is picked",
40749
+ kind: "callback",
40750
+ callbackArgs: [
40751
+ {
40752
+ name: "sourceId",
40753
+ type: "string"
40754
+ }
40755
+ ]
40756
+ },
40757
+ onFilesSelected: {
40758
+ types: [
40759
+ "function"
40760
+ ],
40761
+ description: "Called with the chosen files when a 'file' option resolves",
40762
+ kind: "callback",
40763
+ callbackArgs: [
40764
+ {
40765
+ name: "files",
40766
+ type: "array"
40767
+ }
40768
+ ],
40769
+ nonEmittable: true
40770
+ },
40771
+ title: {
40772
+ types: [
40773
+ "string"
40774
+ ],
40775
+ description: "Optional heading above the options"
40776
+ },
40777
+ moreSources: {
40778
+ types: [
40779
+ "node"
40780
+ ],
40781
+ description: "Generic slot for additional sources rendered below the options"
40782
+ },
40783
+ className: {
40784
+ types: [
40785
+ "string"
40786
+ ],
40787
+ description: "Additional CSS classes"
40788
+ }
40789
+ }
40429
40790
  }
40430
40791
  };
40431
40792
  var categories$1 = [
@@ -41189,6 +41550,41 @@ var integrators = {
41189
41550
  }
41190
41551
  }
41191
41552
  ]
41553
+ },
41554
+ database: {
41555
+ name: "database",
41556
+ description: "Generic SQL database integration - read-only queries over external connections",
41557
+ category: "infrastructure",
41558
+ actions: [
41559
+ {
41560
+ name: "query",
41561
+ description: "Run a single read-only SELECT against a connection referenced by env var name",
41562
+ params: [
41563
+ {
41564
+ name: "connectionRef",
41565
+ type: "string",
41566
+ required: true,
41567
+ description: "Name of the environment variable holding the connection string (never the secret itself)"
41568
+ },
41569
+ {
41570
+ name: "sql",
41571
+ type: "string",
41572
+ required: true,
41573
+ description: "Single SELECT statement (read-only enforced)"
41574
+ },
41575
+ {
41576
+ name: "params",
41577
+ type: "array",
41578
+ required: false,
41579
+ description: "Bind parameters for the query"
41580
+ }
41581
+ ],
41582
+ responseShape: {
41583
+ rows: "array",
41584
+ rowCount: "number"
41585
+ }
41586
+ }
41587
+ ]
41192
41588
  }
41193
41589
  };
41194
41590
  var categories = [
@@ -41196,7 +41592,8 @@ var categories = [
41196
41592
  "payment",
41197
41593
  "messaging",
41198
41594
  "ai",
41199
- "devtools"
41595
+ "devtools",
41596
+ "infrastructure"
41200
41597
  ];
41201
41598
  var integratorsRegistry = {
41202
41599
  version: version$2,
@@ -41206,7 +41603,7 @@ var integratorsRegistry = {
41206
41603
  };
41207
41604
 
41208
41605
  var version$1 = "1.0.0";
41209
- var exportedAt$1 = "2026-07-25T06:32:53.902Z";
41606
+ var exportedAt$1 = "2026-07-27T04:55:27.017Z";
41210
41607
  var mappings = {
41211
41608
  "page-header": {
41212
41609
  component: "PageHeader",
@@ -42564,6 +42961,21 @@ var mappings = {
42564
42961
  component: "PageTransition",
42565
42962
  importPath: "@/components/core/molecules/PageTransition",
42566
42963
  category: "component"
42964
+ },
42965
+ "import-preview-tree": {
42966
+ component: "ImportPreviewTree",
42967
+ importPath: "@/components/core/molecules/ImportPreviewTree",
42968
+ category: "component"
42969
+ },
42970
+ "import-progress": {
42971
+ component: "ImportProgress",
42972
+ importPath: "@/components/core/molecules/ImportProgress",
42973
+ category: "component"
42974
+ },
42975
+ "import-source-picker": {
42976
+ component: "ImportSourcePicker",
42977
+ importPath: "@/components/core/molecules/ImportSourcePicker",
42978
+ category: "component"
42567
42979
  }
42568
42980
  };
42569
42981
  var componentMapping = {
@@ -42573,7 +42985,7 @@ var componentMapping = {
42573
42985
  };
42574
42986
 
42575
42987
  var version = "1.0.0";
42576
- var exportedAt = "2026-07-25T06:32:53.902Z";
42988
+ var exportedAt = "2026-07-27T04:55:27.017Z";
42577
42989
  var contracts = {
42578
42990
  form: {
42579
42991
  emits: [
@@ -44564,6 +44976,9 @@ declare const registry: {
44564
44976
  types: string[];
44565
44977
  enumValues: string[];
44566
44978
  };
44979
+ event: {
44980
+ types: string[];
44981
+ };
44567
44982
  };
44568
44983
  required: string[];
44569
44984
  };
@@ -68990,6 +69405,230 @@ declare const registry: {
68990
69405
  };
68991
69406
  };
68992
69407
  };
69408
+ "import-preview-tree": {
69409
+ type: string;
69410
+ category: string;
69411
+ tier: string;
69412
+ family: string;
69413
+ description: string;
69414
+ suggestedFor: string[];
69415
+ typicalSize: string;
69416
+ propsSchema: {
69417
+ units: {
69418
+ types: string[];
69419
+ description: string;
69420
+ required: boolean;
69421
+ items: {
69422
+ types: string[];
69423
+ properties: {
69424
+ ref: {
69425
+ types: string[];
69426
+ };
69427
+ targetEntity: {
69428
+ types: string[];
69429
+ };
69430
+ fields: {
69431
+ types: string[];
69432
+ mapValue: {
69433
+ types: string[];
69434
+ freeform: boolean;
69435
+ };
69436
+ };
69437
+ parentRef: {
69438
+ types: string[];
69439
+ };
69440
+ };
69441
+ required: string[];
69442
+ };
69443
+ };
69444
+ skipped: {
69445
+ types: string[];
69446
+ description: string;
69447
+ items: {
69448
+ types: string[];
69449
+ properties: {
69450
+ ref: {
69451
+ types: string[];
69452
+ };
69453
+ reason: {
69454
+ types: string[];
69455
+ };
69456
+ };
69457
+ required: string[];
69458
+ };
69459
+ default: never[];
69460
+ };
69461
+ entityDisplay: {
69462
+ types: string[];
69463
+ description: string;
69464
+ required: boolean;
69465
+ mapValue: {
69466
+ types: string[];
69467
+ properties: {
69468
+ singular: {
69469
+ types: string[];
69470
+ };
69471
+ plural: {
69472
+ types: string[];
69473
+ };
69474
+ };
69475
+ required: string[];
69476
+ };
69477
+ };
69478
+ onConfirm: {
69479
+ types: string[];
69480
+ description: string;
69481
+ kind: string;
69482
+ callbackArgs: never[];
69483
+ };
69484
+ onCancel: {
69485
+ types: string[];
69486
+ description: string;
69487
+ kind: string;
69488
+ callbackArgs: never[];
69489
+ };
69490
+ confirmLabel: {
69491
+ types: string[];
69492
+ description: string;
69493
+ default: string;
69494
+ };
69495
+ cancelLabel: {
69496
+ types: string[];
69497
+ description: string;
69498
+ default: string;
69499
+ };
69500
+ indent: {
69501
+ types: string[];
69502
+ description: string;
69503
+ default: number;
69504
+ };
69505
+ className: {
69506
+ types: string[];
69507
+ description: string;
69508
+ };
69509
+ };
69510
+ };
69511
+ "import-progress": {
69512
+ type: string;
69513
+ category: string;
69514
+ tier: string;
69515
+ family: string;
69516
+ description: string;
69517
+ suggestedFor: string[];
69518
+ typicalSize: string;
69519
+ propsSchema: {
69520
+ step: {
69521
+ types: string[];
69522
+ description: string;
69523
+ required: boolean;
69524
+ enumValues: string[];
69525
+ };
69526
+ counts: {
69527
+ types: string[];
69528
+ description: string;
69529
+ properties: {
69530
+ staged: {
69531
+ types: string[];
69532
+ };
69533
+ committed: {
69534
+ types: string[];
69535
+ };
69536
+ failed: {
69537
+ types: string[];
69538
+ };
69539
+ };
69540
+ };
69541
+ labels: {
69542
+ types: string[];
69543
+ description: string;
69544
+ mapValue: {
69545
+ types: string[];
69546
+ };
69547
+ };
69548
+ className: {
69549
+ types: string[];
69550
+ description: string;
69551
+ };
69552
+ };
69553
+ };
69554
+ "import-source-picker": {
69555
+ type: string;
69556
+ category: string;
69557
+ tier: string;
69558
+ family: string;
69559
+ description: string;
69560
+ suggestedFor: string[];
69561
+ typicalSize: string;
69562
+ propsSchema: {
69563
+ sources: {
69564
+ types: string[];
69565
+ description: string;
69566
+ required: boolean;
69567
+ items: {
69568
+ types: string[];
69569
+ properties: {
69570
+ id: {
69571
+ types: string[];
69572
+ };
69573
+ label: {
69574
+ types: string[];
69575
+ };
69576
+ description: {
69577
+ types: string[];
69578
+ };
69579
+ icon: {
69580
+ types: string[];
69581
+ };
69582
+ kind: {
69583
+ types: string[];
69584
+ enumValues: string[];
69585
+ };
69586
+ accept: {
69587
+ types: string[];
69588
+ };
69589
+ multiple: {
69590
+ types: string[];
69591
+ };
69592
+ disabled: {
69593
+ types: string[];
69594
+ };
69595
+ };
69596
+ required: string[];
69597
+ };
69598
+ };
69599
+ onSelect: {
69600
+ types: string[];
69601
+ description: string;
69602
+ kind: string;
69603
+ callbackArgs: {
69604
+ name: string;
69605
+ type: string;
69606
+ }[];
69607
+ };
69608
+ onFilesSelected: {
69609
+ types: string[];
69610
+ description: string;
69611
+ kind: string;
69612
+ callbackArgs: {
69613
+ name: string;
69614
+ type: string;
69615
+ }[];
69616
+ nonEmittable: boolean;
69617
+ };
69618
+ title: {
69619
+ types: string[];
69620
+ description: string;
69621
+ };
69622
+ moreSources: {
69623
+ types: string[];
69624
+ description: string;
69625
+ };
69626
+ className: {
69627
+ types: string[];
69628
+ description: string;
69629
+ };
69630
+ };
69631
+ };
68993
69632
  };
68994
69633
  categories: string[];
68995
69634
  };
@@ -69263,6 +69902,9 @@ declare const PATTERN_REGISTRY: {
69263
69902
  types: string[];
69264
69903
  enumValues: string[];
69265
69904
  };
69905
+ event: {
69906
+ types: string[];
69907
+ };
69266
69908
  };
69267
69909
  required: string[];
69268
69910
  };
@@ -93689,6 +94331,230 @@ declare const PATTERN_REGISTRY: {
93689
94331
  };
93690
94332
  };
93691
94333
  };
94334
+ "import-preview-tree": {
94335
+ type: string;
94336
+ category: string;
94337
+ tier: string;
94338
+ family: string;
94339
+ description: string;
94340
+ suggestedFor: string[];
94341
+ typicalSize: string;
94342
+ propsSchema: {
94343
+ units: {
94344
+ types: string[];
94345
+ description: string;
94346
+ required: boolean;
94347
+ items: {
94348
+ types: string[];
94349
+ properties: {
94350
+ ref: {
94351
+ types: string[];
94352
+ };
94353
+ targetEntity: {
94354
+ types: string[];
94355
+ };
94356
+ fields: {
94357
+ types: string[];
94358
+ mapValue: {
94359
+ types: string[];
94360
+ freeform: boolean;
94361
+ };
94362
+ };
94363
+ parentRef: {
94364
+ types: string[];
94365
+ };
94366
+ };
94367
+ required: string[];
94368
+ };
94369
+ };
94370
+ skipped: {
94371
+ types: string[];
94372
+ description: string;
94373
+ items: {
94374
+ types: string[];
94375
+ properties: {
94376
+ ref: {
94377
+ types: string[];
94378
+ };
94379
+ reason: {
94380
+ types: string[];
94381
+ };
94382
+ };
94383
+ required: string[];
94384
+ };
94385
+ default: never[];
94386
+ };
94387
+ entityDisplay: {
94388
+ types: string[];
94389
+ description: string;
94390
+ required: boolean;
94391
+ mapValue: {
94392
+ types: string[];
94393
+ properties: {
94394
+ singular: {
94395
+ types: string[];
94396
+ };
94397
+ plural: {
94398
+ types: string[];
94399
+ };
94400
+ };
94401
+ required: string[];
94402
+ };
94403
+ };
94404
+ onConfirm: {
94405
+ types: string[];
94406
+ description: string;
94407
+ kind: string;
94408
+ callbackArgs: never[];
94409
+ };
94410
+ onCancel: {
94411
+ types: string[];
94412
+ description: string;
94413
+ kind: string;
94414
+ callbackArgs: never[];
94415
+ };
94416
+ confirmLabel: {
94417
+ types: string[];
94418
+ description: string;
94419
+ default: string;
94420
+ };
94421
+ cancelLabel: {
94422
+ types: string[];
94423
+ description: string;
94424
+ default: string;
94425
+ };
94426
+ indent: {
94427
+ types: string[];
94428
+ description: string;
94429
+ default: number;
94430
+ };
94431
+ className: {
94432
+ types: string[];
94433
+ description: string;
94434
+ };
94435
+ };
94436
+ };
94437
+ "import-progress": {
94438
+ type: string;
94439
+ category: string;
94440
+ tier: string;
94441
+ family: string;
94442
+ description: string;
94443
+ suggestedFor: string[];
94444
+ typicalSize: string;
94445
+ propsSchema: {
94446
+ step: {
94447
+ types: string[];
94448
+ description: string;
94449
+ required: boolean;
94450
+ enumValues: string[];
94451
+ };
94452
+ counts: {
94453
+ types: string[];
94454
+ description: string;
94455
+ properties: {
94456
+ staged: {
94457
+ types: string[];
94458
+ };
94459
+ committed: {
94460
+ types: string[];
94461
+ };
94462
+ failed: {
94463
+ types: string[];
94464
+ };
94465
+ };
94466
+ };
94467
+ labels: {
94468
+ types: string[];
94469
+ description: string;
94470
+ mapValue: {
94471
+ types: string[];
94472
+ };
94473
+ };
94474
+ className: {
94475
+ types: string[];
94476
+ description: string;
94477
+ };
94478
+ };
94479
+ };
94480
+ "import-source-picker": {
94481
+ type: string;
94482
+ category: string;
94483
+ tier: string;
94484
+ family: string;
94485
+ description: string;
94486
+ suggestedFor: string[];
94487
+ typicalSize: string;
94488
+ propsSchema: {
94489
+ sources: {
94490
+ types: string[];
94491
+ description: string;
94492
+ required: boolean;
94493
+ items: {
94494
+ types: string[];
94495
+ properties: {
94496
+ id: {
94497
+ types: string[];
94498
+ };
94499
+ label: {
94500
+ types: string[];
94501
+ };
94502
+ description: {
94503
+ types: string[];
94504
+ };
94505
+ icon: {
94506
+ types: string[];
94507
+ };
94508
+ kind: {
94509
+ types: string[];
94510
+ enumValues: string[];
94511
+ };
94512
+ accept: {
94513
+ types: string[];
94514
+ };
94515
+ multiple: {
94516
+ types: string[];
94517
+ };
94518
+ disabled: {
94519
+ types: string[];
94520
+ };
94521
+ };
94522
+ required: string[];
94523
+ };
94524
+ };
94525
+ onSelect: {
94526
+ types: string[];
94527
+ description: string;
94528
+ kind: string;
94529
+ callbackArgs: {
94530
+ name: string;
94531
+ type: string;
94532
+ }[];
94533
+ };
94534
+ onFilesSelected: {
94535
+ types: string[];
94536
+ description: string;
94537
+ kind: string;
94538
+ callbackArgs: {
94539
+ name: string;
94540
+ type: string;
94541
+ }[];
94542
+ nonEmittable: boolean;
94543
+ };
94544
+ title: {
94545
+ types: string[];
94546
+ description: string;
94547
+ };
94548
+ moreSources: {
94549
+ types: string[];
94550
+ description: string;
94551
+ };
94552
+ className: {
94553
+ types: string[];
94554
+ description: string;
94555
+ };
94556
+ };
94557
+ };
93692
94558
  };
93693
94559
  categories: string[];
93694
94560
  };
@@ -94277,6 +95143,25 @@ declare const INTEGRATORS_REGISTRY: {
94277
95143
  };
94278
95144
  }[];
94279
95145
  };
95146
+ database: {
95147
+ name: string;
95148
+ description: string;
95149
+ category: string;
95150
+ actions: {
95151
+ name: string;
95152
+ description: string;
95153
+ params: {
95154
+ name: string;
95155
+ type: string;
95156
+ required: boolean;
95157
+ description: string;
95158
+ }[];
95159
+ responseShape: {
95160
+ rows: string;
95161
+ rowCount: string;
95162
+ };
95163
+ }[];
95164
+ };
94280
95165
  };
94281
95166
  categories: string[];
94282
95167
  };
@@ -95641,6 +96526,21 @@ declare const COMPONENT_MAPPING: {
95641
96526
  importPath: string;
95642
96527
  category: string;
95643
96528
  };
96529
+ "import-preview-tree": {
96530
+ component: string;
96531
+ importPath: string;
96532
+ category: string;
96533
+ };
96534
+ "import-progress": {
96535
+ component: string;
96536
+ importPath: string;
96537
+ category: string;
96538
+ };
96539
+ "import-source-picker": {
96540
+ component: string;
96541
+ importPath: string;
96542
+ category: string;
96543
+ };
95644
96544
  };
95645
96545
  };
95646
96546
  declare const EVENT_CONTRACTS: {