@omnia/fx 8.0.87-dev → 8.0.88-dev

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.
Files changed (34) hide show
  1. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +8 -4
  2. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  3. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +12 -7
  4. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +18 -18
  5. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +18 -18
  6. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +1 -15
  7. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +16 -1
  8. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +0 -9
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.css.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +93 -0
  11. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/index.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/SizeContainerStore.d.ts +40 -0
  13. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +44 -4
  15. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +52 -651
  17. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +5 -0
  18. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +10 -2
  19. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +15 -2
  20. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +16 -9
  21. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +15 -2
  22. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +16 -9
  23. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +15 -2
  24. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +16 -9
  25. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +5 -0
  26. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +5 -0
  27. package/internal-do-not-import-from-here/ux/use/UseContainerQuery.d.ts +9 -0
  28. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +15 -78
  30. package/internal-do-not-import-from-here/wctypings.d.ts +362 -102
  31. package/package.json +2 -2
  32. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +0 -24
  33. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -6
  34. /package/internal-do-not-import-from-here/ux/{editorchrome/action_toolbar/IActionToolbar.d.ts → layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts} +0 -0
@@ -278,6 +278,7 @@ import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockpl
278
278
  import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
279
279
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
280
280
  import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
281
+ import wc1beebdd70f174f3fb54e443f3ae13a5c from './ux/layoutcanvas/editor/sizecontainer/SizeContainer';
281
282
  import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
282
283
  import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
283
284
  import wcca498a9d23e947afa4c5695f01ba7959 from './ux/oxide/slidepanel/block/SlidePanelBlock';
@@ -438,7 +439,7 @@ declare global {
438
439
  "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends {
439
440
  propsDefinition: infer TProp;
440
441
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac>, "propsDefinition">> : never;
441
- "omfx-features-journey-home": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
442
+ "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
442
443
  propsDefinition: infer TProp;
443
444
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfd300449c17f44fd80d83e709a10bf63 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfd300449c17f44fd80d83e709a10bf63>, "propsDefinition">> : never;
444
445
  "omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547 extends {
@@ -1224,6 +1225,9 @@ declare global {
1224
1225
  "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865 extends {
1225
1226
  propsDefinition: infer TProp;
1226
1227
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd89913a1055942b38285fcab85751865 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd89913a1055942b38285fcab85751865>, "propsDefinition">> : never;
1228
+ "omfx-size-container": typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends {
1229
+ propsDefinition: infer TProp;
1230
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1beebdd70f174f3fb54e443f3ae13a5c>, "propsDefinition">> : never;
1227
1231
  "omniafx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0 extends {
1228
1232
  propsDefinition: infer TProp;
1229
1233
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcac5f615df97543cf97b3ae930ba113d0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcac5f615df97543cf97b3ae930ba113d0>, "propsDefinition">> : never;
@@ -1525,6 +1529,13 @@ declare global {
1525
1529
  };
1526
1530
  } : typeof wc253e469ef68e4cb5b526343736c2ff11;
1527
1531
  };
1532
+ "admin$": typeof wcbc947f375ee34d2a98e2d431f2e45b62 extends {
1533
+ propsDefinition: infer TProp;
1534
+ } ? {
1535
+ new (...args: any[]): {
1536
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1537
+ };
1538
+ } : typeof wcbc947f375ee34d2a98e2d431f2e45b62;
1528
1539
  "workplace": {
1529
1540
  "admin": {
1530
1541
  "tenant": {
@@ -1794,13 +1805,6 @@ declare global {
1794
1805
  } : typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac;
1795
1806
  "features": {
1796
1807
  "journey": {
1797
- "home": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
1798
- propsDefinition: infer TProp;
1799
- } ? {
1800
- new (...args: any[]): {
1801
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1802
- };
1803
- } : typeof wcfd300449c17f44fd80d83e709a10bf63;
1804
1808
  "tenant": typeof wc629ff3fc45f84df382ddb6282d968547 extends {
1805
1809
  propsDefinition: infer TProp;
1806
1810
  } ? {
@@ -1809,6 +1813,13 @@ declare global {
1809
1813
  };
1810
1814
  } : typeof wc629ff3fc45f84df382ddb6282d968547;
1811
1815
  };
1816
+ "journey$": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
1817
+ propsDefinition: infer TProp;
1818
+ } ? {
1819
+ new (...args: any[]): {
1820
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1821
+ };
1822
+ } : typeof wcfd300449c17f44fd80d83e709a10bf63;
1812
1823
  };
1813
1824
  "file": {
1814
1825
  "uploader": typeof wc1fab0218538f431c91ece4e10cbd468c extends {
@@ -1885,6 +1896,13 @@ declare global {
1885
1896
  };
1886
1897
  } : typeof wcb1fca92af8524970b426823cf7ef65b5;
1887
1898
  };
1899
+ "selectionsarea$": typeof wce2f7f245f168446980aef1473d8742d1 extends {
1900
+ propsDefinition: infer TProp;
1901
+ } ? {
1902
+ new (...args: any[]): {
1903
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1904
+ };
1905
+ } : typeof wce2f7f245f168446980aef1473d8742d1;
1888
1906
  "dialog": {
1889
1907
  "content": typeof wc937eab372066440fa95551ac8cba45d7 extends {
1890
1908
  propsDefinition: infer TProp;
@@ -2211,6 +2229,13 @@ declare global {
2211
2229
  };
2212
2230
  } : typeof wc70593d481fa54e68be9f4fe41f0f5c92;
2213
2231
  };
2232
+ "picker$": typeof wcec81357974804c539bff6c58a8785c22 extends {
2233
+ propsDefinition: infer TProp;
2234
+ } ? {
2235
+ new (...args: any[]): {
2236
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2237
+ };
2238
+ } : typeof wcec81357974804c539bff6c58a8785c22;
2214
2239
  "creation": {
2215
2240
  "request": {
2216
2241
  "omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8 extends {
@@ -2236,75 +2261,16 @@ declare global {
2236
2261
  };
2237
2262
  };
2238
2263
  };
2239
- "input": {
2240
- "language": {
2241
- "picker": typeof wc91919b3f54de42dab709575b8a9ca233 extends {
2264
+ "media": {
2265
+ "imagegrid": {
2266
+ "v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a extends {
2242
2267
  propsDefinition: infer TProp;
2243
2268
  } ? {
2244
2269
  new (...args: any[]): {
2245
2270
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2246
2271
  };
2247
- } : typeof wc91919b3f54de42dab709575b8a9ca233;
2272
+ } : typeof wccbf09a1933f049f7ab9785a3b5b5323a;
2248
2273
  };
2249
- };
2250
- "language": {
2251
- "picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
2252
- propsDefinition: infer TProp;
2253
- } ? {
2254
- new (...args: any[]): {
2255
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2256
- };
2257
- } : typeof wc20b4e8166fb44f2b8b240724eb5f2db2;
2258
- };
2259
- "limited": {
2260
- "label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
2261
- propsDefinition: infer TProp;
2262
- } ? {
2263
- new (...args: any[]): {
2264
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2265
- };
2266
- } : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
2267
- };
2268
- "magiclink": {
2269
- "signin": typeof wc106dba3f206e4ad7bbb28e574e3da49e extends {
2270
- propsDefinition: infer TProp;
2271
- } ? {
2272
- new (...args: any[]): {
2273
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2274
- };
2275
- } : typeof wc106dba3f206e4ad7bbb28e574e3da49e;
2276
- "success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063 extends {
2277
- propsDefinition: infer TProp;
2278
- } ? {
2279
- new (...args: any[]): {
2280
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2281
- };
2282
- } : typeof wc168b37eb8cbc4e46944cbf9a6a5e9063;
2283
- "failure": typeof wcd836de74ad894f4999e21046b1ba2cab extends {
2284
- propsDefinition: infer TProp;
2285
- } ? {
2286
- new (...args: any[]): {
2287
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2288
- };
2289
- } : typeof wcd836de74ad894f4999e21046b1ba2cab;
2290
- };
2291
- "markdown": {
2292
- "editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a extends {
2293
- propsDefinition: infer TProp;
2294
- } ? {
2295
- new (...args: any[]): {
2296
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2297
- };
2298
- } : typeof wc744b3f31e00c4815b63ecaf638ad7a7a;
2299
- "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
2300
- propsDefinition: infer TProp;
2301
- } ? {
2302
- new (...args: any[]): {
2303
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2304
- };
2305
- } : typeof wcc8b990d01ddc45ab930b4409fc406435;
2306
- };
2307
- "media": {
2308
2274
  "picker": {
2309
2275
  "image": typeof wce9bb3179713943d787e139cedf749838 extends {
2310
2276
  propsDefinition: infer TProp;
@@ -2377,22 +2343,88 @@ declare global {
2377
2343
  };
2378
2344
  } : typeof wcc15cd6402e584ab18c73ed2b5e3eded9;
2379
2345
  };
2380
- "imagegrid": {
2381
- "v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a extends {
2346
+ "imagegrid$": typeof wcdfefc1520763443190e92700bad98412 extends {
2347
+ propsDefinition: infer TProp;
2348
+ } ? {
2349
+ new (...args: any[]): {
2350
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2351
+ };
2352
+ } : typeof wcdfefc1520763443190e92700bad98412;
2353
+ "provider": typeof wce559eebf085841a3a89804dc09e78c30 extends {
2354
+ propsDefinition: infer TProp;
2355
+ } ? {
2356
+ new (...args: any[]): {
2357
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2358
+ };
2359
+ } : typeof wce559eebf085841a3a89804dc09e78c30;
2360
+ };
2361
+ "input": {
2362
+ "language": {
2363
+ "picker": typeof wc91919b3f54de42dab709575b8a9ca233 extends {
2382
2364
  propsDefinition: infer TProp;
2383
2365
  } ? {
2384
2366
  new (...args: any[]): {
2385
2367
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2386
2368
  };
2387
- } : typeof wccbf09a1933f049f7ab9785a3b5b5323a;
2369
+ } : typeof wc91919b3f54de42dab709575b8a9ca233;
2388
2370
  };
2389
- "provider": typeof wce559eebf085841a3a89804dc09e78c30 extends {
2371
+ };
2372
+ "language": {
2373
+ "picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2 extends {
2390
2374
  propsDefinition: infer TProp;
2391
2375
  } ? {
2392
2376
  new (...args: any[]): {
2393
2377
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2394
2378
  };
2395
- } : typeof wce559eebf085841a3a89804dc09e78c30;
2379
+ } : typeof wc20b4e8166fb44f2b8b240724eb5f2db2;
2380
+ };
2381
+ "limited": {
2382
+ "label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f extends {
2383
+ propsDefinition: infer TProp;
2384
+ } ? {
2385
+ new (...args: any[]): {
2386
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2387
+ };
2388
+ } : typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f;
2389
+ };
2390
+ "magiclink": {
2391
+ "signin": typeof wc106dba3f206e4ad7bbb28e574e3da49e extends {
2392
+ propsDefinition: infer TProp;
2393
+ } ? {
2394
+ new (...args: any[]): {
2395
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2396
+ };
2397
+ } : typeof wc106dba3f206e4ad7bbb28e574e3da49e;
2398
+ "success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063 extends {
2399
+ propsDefinition: infer TProp;
2400
+ } ? {
2401
+ new (...args: any[]): {
2402
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2403
+ };
2404
+ } : typeof wc168b37eb8cbc4e46944cbf9a6a5e9063;
2405
+ "failure": typeof wcd836de74ad894f4999e21046b1ba2cab extends {
2406
+ propsDefinition: infer TProp;
2407
+ } ? {
2408
+ new (...args: any[]): {
2409
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2410
+ };
2411
+ } : typeof wcd836de74ad894f4999e21046b1ba2cab;
2412
+ };
2413
+ "markdown": {
2414
+ "editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a extends {
2415
+ propsDefinition: infer TProp;
2416
+ } ? {
2417
+ new (...args: any[]): {
2418
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2419
+ };
2420
+ } : typeof wc744b3f31e00c4815b63ecaf638ad7a7a;
2421
+ "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
2422
+ propsDefinition: infer TProp;
2423
+ } ? {
2424
+ new (...args: any[]): {
2425
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2426
+ };
2427
+ } : typeof wcc8b990d01ddc45ab930b4409fc406435;
2396
2428
  };
2397
2429
  "monaco": {
2398
2430
  "editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57 extends {
@@ -2450,7 +2482,16 @@ declare global {
2450
2482
  };
2451
2483
  } : typeof wc1a58948a606a42078da3fb919cc4f7e6;
2452
2484
  };
2453
- "profilecard": typeof wc6489472fd8d24a1b9413537fde528566 extends {
2485
+ "profilecard": {
2486
+ "renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1 extends {
2487
+ propsDefinition: infer TProp;
2488
+ } ? {
2489
+ new (...args: any[]): {
2490
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2491
+ };
2492
+ } : typeof wc6d1d84cb210643c59ca8437fc36c75a1;
2493
+ };
2494
+ "profilecard$": typeof wc6489472fd8d24a1b9413537fde528566 extends {
2454
2495
  propsDefinition: infer TProp;
2455
2496
  } ? {
2456
2497
  new (...args: any[]): {
@@ -2516,7 +2557,16 @@ declare global {
2516
2557
  };
2517
2558
  } : typeof wcb174dcf2716344b0bb02c981ae68dd73;
2518
2559
  "block": {
2519
- "v2": typeof wc8270a3e368484538870b0bc4a6654234 extends {
2560
+ "v2": {
2561
+ "settings": typeof wcab2cfe16632d45b5bab39e05612982a3 extends {
2562
+ propsDefinition: infer TProp;
2563
+ } ? {
2564
+ new (...args: any[]): {
2565
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2566
+ };
2567
+ } : typeof wcab2cfe16632d45b5bab39e05612982a3;
2568
+ };
2569
+ "v2$": typeof wc8270a3e368484538870b0bc4a6654234 extends {
2520
2570
  propsDefinition: infer TProp;
2521
2571
  } ? {
2522
2572
  new (...args: any[]): {
@@ -2543,6 +2593,13 @@ declare global {
2543
2593
  };
2544
2594
  } : typeof wcc3804d46bde14e61961f7de5ad9128d2;
2545
2595
  };
2596
+ "editor$": typeof wc7474e75042e347b4821bbafdb1cb4ee0 extends {
2597
+ propsDefinition: infer TProp;
2598
+ } ? {
2599
+ new (...args: any[]): {
2600
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2601
+ };
2602
+ } : typeof wc7474e75042e347b4821bbafdb1cb4ee0;
2546
2603
  };
2547
2604
  };
2548
2605
  "rollup": {
@@ -2761,13 +2818,6 @@ declare global {
2761
2818
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2762
2819
  };
2763
2820
  } : typeof wcba03fc7e6921468289c0a0ffe0cf942e;
2764
- "controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
2765
- propsDefinition: infer TProp;
2766
- } ? {
2767
- new (...args: any[]): {
2768
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2769
- };
2770
- } : typeof wcc88e2566b07a4680aef7f575f5c5641b;
2771
2821
  "editor": {
2772
2822
  "chrome": typeof wc177046bfd171495bbce70d1cd9242fa1 extends {
2773
2823
  propsDefinition: infer TProp;
@@ -2777,6 +2827,20 @@ declare global {
2777
2827
  };
2778
2828
  } : typeof wc177046bfd171495bbce70d1cd9242fa1;
2779
2829
  };
2830
+ "controller": typeof wcc88e2566b07a4680aef7f575f5c5641b extends {
2831
+ propsDefinition: infer TProp;
2832
+ } ? {
2833
+ new (...args: any[]): {
2834
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2835
+ };
2836
+ } : typeof wcc88e2566b07a4680aef7f575f5c5641b;
2837
+ "editor$": typeof wc73154f51a92944acbe248779a3fa7ef5 extends {
2838
+ propsDefinition: infer TProp;
2839
+ } ? {
2840
+ new (...args: any[]): {
2841
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2842
+ };
2843
+ } : typeof wc73154f51a92944acbe248779a3fa7ef5;
2780
2844
  "blade": {
2781
2845
  "builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250 extends {
2782
2846
  propsDefinition: infer TProp;
@@ -2875,6 +2939,13 @@ declare global {
2875
2939
  } : typeof wcfb44f129de804adbb2f134176c1c17a5;
2876
2940
  };
2877
2941
  };
2942
+ "rollup$": typeof wca8f8d41d8ceb43e0b16398c209fd6b32 extends {
2943
+ propsDefinition: infer TProp;
2944
+ } ? {
2945
+ new (...args: any[]): {
2946
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2947
+ };
2948
+ } : typeof wca8f8d41d8ceb43e0b16398c209fd6b32;
2878
2949
  "information": {
2879
2950
  "step": typeof wc57666df7cbce43ca929dab5c9dcb66ff extends {
2880
2951
  propsDefinition: infer TProp;
@@ -2905,7 +2976,45 @@ declare global {
2905
2976
  };
2906
2977
  };
2907
2978
  };
2908
- "management": typeof wc450488bd95a34f368241e9b4d8c71dee extends {
2979
+ "management": {
2980
+ "instance": {
2981
+ "tab": typeof wcd26f1c7425484ce6adfc9165704877e5 extends {
2982
+ propsDefinition: infer TProp;
2983
+ } ? {
2984
+ new (...args: any[]): {
2985
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2986
+ };
2987
+ } : typeof wcd26f1c7425484ce6adfc9165704877e5;
2988
+ };
2989
+ "template": {
2990
+ "tab": typeof wcdf7481b60b764c08865e658d9607387a extends {
2991
+ propsDefinition: infer TProp;
2992
+ } ? {
2993
+ new (...args: any[]): {
2994
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2995
+ };
2996
+ } : typeof wcdf7481b60b764c08865e658d9607387a;
2997
+ };
2998
+ "layout": {
2999
+ "tab": typeof wc6c400e11caad44bf8d174b145b6f122d extends {
3000
+ propsDefinition: infer TProp;
3001
+ } ? {
3002
+ new (...args: any[]): {
3003
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3004
+ };
3005
+ } : typeof wc6c400e11caad44bf8d174b145b6f122d;
3006
+ };
3007
+ "namingpolicy": {
3008
+ "tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa extends {
3009
+ propsDefinition: infer TProp;
3010
+ } ? {
3011
+ new (...args: any[]): {
3012
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3013
+ };
3014
+ } : typeof wc211ad37d3c1747c2a3fce889a433ebaa;
3015
+ };
3016
+ };
3017
+ "management$": typeof wc450488bd95a34f368241e9b4d8c71dee extends {
2909
3018
  propsDefinition: infer TProp;
2910
3019
  } ? {
2911
3020
  new (...args: any[]): {
@@ -3028,7 +3137,16 @@ declare global {
3028
3137
  } : typeof wc564bced7081c496483e8df717f600ff3;
3029
3138
  };
3030
3139
  "typography": {
3031
- "picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
3140
+ "picker": {
3141
+ "schema": typeof wc8420a0b507e14a288c2d895471739f1d extends {
3142
+ propsDefinition: infer TProp;
3143
+ } ? {
3144
+ new (...args: any[]): {
3145
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3146
+ };
3147
+ } : typeof wc8420a0b507e14a288c2d895471739f1d;
3148
+ };
3149
+ "picker$": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
3032
3150
  propsDefinition: infer TProp;
3033
3151
  } ? {
3034
3152
  new (...args: any[]): {
@@ -3112,6 +3230,13 @@ declare global {
3112
3230
  };
3113
3231
  } : typeof wcb11d3955272348cdb3a131cb1bf61374;
3114
3232
  };
3233
+ "feed$": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 extends {
3234
+ propsDefinition: infer TProp;
3235
+ } ? {
3236
+ new (...args: any[]): {
3237
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3238
+ };
3239
+ } : typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3;
3115
3240
  };
3116
3241
  "journey": {
3117
3242
  "testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49 extends {
@@ -3136,6 +3261,13 @@ declare global {
3136
3261
  };
3137
3262
  } : typeof wc828a4c20542945858e792ec584148a5c;
3138
3263
  };
3264
+ "journey$": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df extends {
3265
+ propsDefinition: infer TProp;
3266
+ } ? {
3267
+ new (...args: any[]): {
3268
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3269
+ };
3270
+ } : typeof wcc0ba9c7ccef54093bcb0be49e7cf79df;
3139
3271
  "layout": {
3140
3272
  "editor": {
3141
3273
  "canvas": typeof wc8e03e2f7fb024945bc51138b77d06088 extends {
@@ -3200,7 +3332,16 @@ declare global {
3200
3332
  };
3201
3333
  } : typeof wc53cbd5702e9e41ffa95093586c0e001d;
3202
3334
  };
3203
- "title": typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
3335
+ "title": {
3336
+ "settings": typeof wcbeda6edf4c614323955fc06c6326f7e9 extends {
3337
+ propsDefinition: infer TProp;
3338
+ } ? {
3339
+ new (...args: any[]): {
3340
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3341
+ };
3342
+ } : typeof wcbeda6edf4c614323955fc06c6326f7e9;
3343
+ };
3344
+ "title$": typeof wc1b1dd31ac8644b498ddf378a431dfb19 extends {
3204
3345
  propsDefinition: infer TProp;
3205
3346
  } ? {
3206
3347
  new (...args: any[]): {
@@ -3463,7 +3604,16 @@ declare global {
3463
3604
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3464
3605
  };
3465
3606
  } : typeof wcdcf9c3e24a774e4dae784a3eac29d488;
3466
- "block": typeof wc80bd5b0978ea40439001d3d409236382 extends {
3607
+ "block": {
3608
+ "settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d extends {
3609
+ propsDefinition: infer TProp;
3610
+ } ? {
3611
+ new (...args: any[]): {
3612
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3613
+ };
3614
+ } : typeof wce8526e8ed3f74e848e0dd747fd4d376d;
3615
+ };
3616
+ "block$": typeof wc80bd5b0978ea40439001d3d409236382 extends {
3467
3617
  propsDefinition: infer TProp;
3468
3618
  } ? {
3469
3619
  new (...args: any[]): {
@@ -3949,6 +4099,15 @@ declare global {
3949
4099
  };
3950
4100
  } : typeof wcd89913a1055942b38285fcab85751865;
3951
4101
  };
4102
+ "size": {
4103
+ "container": typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends {
4104
+ propsDefinition: infer TProp;
4105
+ } ? {
4106
+ new (...args: any[]): {
4107
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4108
+ };
4109
+ } : typeof wc1beebdd70f174f3fb54e443f3ae13a5c;
4110
+ };
3952
4111
  "omniafx": {
3953
4112
  "media": {
3954
4113
  "gallery": {
@@ -3983,7 +4142,16 @@ declare global {
3983
4142
  } : typeof wcca498a9d23e947afa4c5695f01ba7959;
3984
4143
  };
3985
4144
  "content": {
3986
- "block": typeof wccf8f32c9a70e408489a451caa80cd327 extends {
4145
+ "block": {
4146
+ "settings": typeof wcce1c0a7d513e45ee86564ec4235e712d extends {
4147
+ propsDefinition: infer TProp;
4148
+ } ? {
4149
+ new (...args: any[]): {
4150
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4151
+ };
4152
+ } : typeof wcce1c0a7d513e45ee86564ec4235e712d;
4153
+ };
4154
+ "block$": typeof wccf8f32c9a70e408489a451caa80cd327 extends {
3987
4155
  propsDefinition: infer TProp;
3988
4156
  } ? {
3989
4157
  new (...args: any[]): {
@@ -3991,6 +4159,17 @@ declare global {
3991
4159
  };
3992
4160
  } : typeof wccf8f32c9a70e408489a451caa80cd327;
3993
4161
  };
4162
+ "demo": {
4163
+ "block": {
4164
+ "settings": typeof wcbbd5168574b64f0486adaf68ba31be49 extends {
4165
+ propsDefinition: infer TProp;
4166
+ } ? {
4167
+ new (...args: any[]): {
4168
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4169
+ };
4170
+ } : typeof wcbbd5168574b64f0486adaf68ba31be49;
4171
+ };
4172
+ };
3994
4173
  "add": {
3995
4174
  "button": typeof wc1476702e8f24468d9185322be5931c54 extends {
3996
4175
  propsDefinition: infer TProp;
@@ -4041,7 +4220,16 @@ declare global {
4041
4220
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4042
4221
  };
4043
4222
  } : typeof wc4cc48714e16a45feb2d213932a13d1f8;
4044
- "btn": typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
4223
+ "btn": {
4224
+ "group": typeof wc2c9330897d814c55987d0530d63d458e extends {
4225
+ propsDefinition: infer TProp;
4226
+ } ? {
4227
+ new (...args: any[]): {
4228
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4229
+ };
4230
+ } : typeof wc2c9330897d814c55987d0530d63d458e;
4231
+ };
4232
+ "btn$": typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
4045
4233
  propsDefinition: infer TProp;
4046
4234
  } ? {
4047
4235
  new (...args: any[]): {
@@ -4078,7 +4266,16 @@ declare global {
4078
4266
  };
4079
4267
  } : typeof wc28370f0312764e82b4c29237f943710a;
4080
4268
  };
4081
- "col": typeof wcd116618a12d0439f8da809535809c260 extends {
4269
+ "col": {
4270
+ "grid": typeof wc58850535f48040bc98b40064f89d19d0 extends {
4271
+ propsDefinition: infer TProp;
4272
+ } ? {
4273
+ new (...args: any[]): {
4274
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4275
+ };
4276
+ } : typeof wc58850535f48040bc98b40064f89d19d0;
4277
+ };
4278
+ "col$": typeof wcd116618a12d0439f8da809535809c260 extends {
4082
4279
  propsDefinition: infer TProp;
4083
4280
  } ? {
4084
4281
  new (...args: any[]): {
@@ -4086,7 +4283,16 @@ declare global {
4086
4283
  };
4087
4284
  } : typeof wcd116618a12d0439f8da809535809c260;
4088
4285
  "data": {
4089
- "table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
4286
+ "table": {
4287
+ "server": typeof wc810f65f430374ef2a142907a707f650f extends {
4288
+ propsDefinition: infer TProp;
4289
+ } ? {
4290
+ new (...args: any[]): {
4291
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4292
+ };
4293
+ } : typeof wc810f65f430374ef2a142907a707f650f;
4294
+ };
4295
+ "table$": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
4090
4296
  propsDefinition: infer TProp;
4091
4297
  } ? {
4092
4298
  new (...args: any[]): {
@@ -4214,7 +4420,16 @@ declare global {
4214
4420
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4215
4421
  };
4216
4422
  } : typeof wc75cd93099dd146469e0ce6b5b1cac14d;
4217
- "list": typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
4423
+ "list": {
4424
+ "item": typeof wc4a4631845ea24fbb8cabdbb9b06772da extends {
4425
+ propsDefinition: infer TProp;
4426
+ } ? {
4427
+ new (...args: any[]): {
4428
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4429
+ };
4430
+ } : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
4431
+ };
4432
+ "list$": typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
4218
4433
  propsDefinition: infer TProp;
4219
4434
  } ? {
4220
4435
  new (...args: any[]): {
@@ -4272,7 +4487,16 @@ declare global {
4272
4487
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4273
4488
  };
4274
4489
  } : typeof wc247719ac6d3843ec889face452544a21;
4275
- "radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
4490
+ "radio": {
4491
+ "group": typeof wc48962186dfb94f37adc76f475b80015d extends {
4492
+ propsDefinition: infer TProp;
4493
+ } ? {
4494
+ new (...args: any[]): {
4495
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4496
+ };
4497
+ } : typeof wc48962186dfb94f37adc76f475b80015d;
4498
+ };
4499
+ "radio$": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
4276
4500
  propsDefinition: infer TProp;
4277
4501
  } ? {
4278
4502
  new (...args: any[]): {
@@ -4320,7 +4544,16 @@ declare global {
4320
4544
  };
4321
4545
  } : typeof wc2ade92721b3c426fac97c63026f77351;
4322
4546
  };
4323
- "slide": typeof wc3fa834509fe3419fb005e2dd17325449 extends {
4547
+ "slide": {
4548
+ "panel": typeof wc8b0bddecd5d74fcba7aac87913137ca3 extends {
4549
+ propsDefinition: infer TProp;
4550
+ } ? {
4551
+ new (...args: any[]): {
4552
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4553
+ };
4554
+ } : typeof wc8b0bddecd5d74fcba7aac87913137ca3;
4555
+ };
4556
+ "slide$": typeof wc3fa834509fe3419fb005e2dd17325449 extends {
4324
4557
  propsDefinition: infer TProp;
4325
4558
  } ? {
4326
4559
  new (...args: any[]): {
@@ -4348,14 +4581,32 @@ declare global {
4348
4581
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4349
4582
  };
4350
4583
  } : typeof wcc26ccc7aeae04f76a062e83c6df302fc;
4351
- "splitpane": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
4584
+ "splitpane": {
4585
+ "item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
4586
+ propsDefinition: infer TProp;
4587
+ } ? {
4588
+ new (...args: any[]): {
4589
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4590
+ };
4591
+ } : typeof wc170e15fd849e41568ed9b48f88711527;
4592
+ };
4593
+ "splitpane$": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
4352
4594
  propsDefinition: infer TProp;
4353
4595
  } ? {
4354
4596
  new (...args: any[]): {
4355
4597
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4356
4598
  };
4357
4599
  } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
4358
- "stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
4600
+ "stepper": {
4601
+ "step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
4602
+ propsDefinition: infer TProp;
4603
+ } ? {
4604
+ new (...args: any[]): {
4605
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4606
+ };
4607
+ } : typeof wca8c8ffd3d8ff46ee969d8fb6b9522104;
4608
+ };
4609
+ "stepper$": typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
4359
4610
  propsDefinition: infer TProp;
4360
4611
  } ? {
4361
4612
  new (...args: any[]): {
@@ -4390,20 +4641,29 @@ declare global {
4390
4641
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4391
4642
  };
4392
4643
  } : typeof wc9ae46ba053704a329be291bf111c2a85;
4393
- "text": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
4644
+ "text": {
4645
+ "field": typeof wc94cf71a5a68d4b86aea325d400df2bd2 extends {
4646
+ propsDefinition: infer TProp;
4647
+ } ? {
4648
+ new (...args: any[]): {
4649
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4650
+ };
4651
+ } : typeof wc94cf71a5a68d4b86aea325d400df2bd2;
4652
+ };
4653
+ "textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
4394
4654
  propsDefinition: infer TProp;
4395
4655
  } ? {
4396
4656
  new (...args: any[]): {
4397
4657
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4398
4658
  };
4399
- } : typeof wcb5a113074f704ba89e1ee4102ea95536;
4400
- "textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
4659
+ } : typeof wc1e7db8a98533485d97b4359f64601ff0;
4660
+ "text$": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
4401
4661
  propsDefinition: infer TProp;
4402
4662
  } ? {
4403
4663
  new (...args: any[]): {
4404
4664
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4405
4665
  };
4406
- } : typeof wc1e7db8a98533485d97b4359f64601ff0;
4666
+ } : typeof wcb5a113074f704ba89e1ee4102ea95536;
4407
4667
  "toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
4408
4668
  propsDefinition: infer TProp;
4409
4669
  } ? {