@rolatech/angular-components 20.3.0-beta.2 → 20.3.0-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-components",
3
- "version": "20.3.0-beta.2",
3
+ "version": "20.3.0-beta.4",
4
4
  "private": false,
5
5
  "description": "rolatech angular components",
6
6
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "lodash": "^4.17.21"
32
32
  },
33
33
  "dependencies": {
34
- "@rolatech/angular-common": "20.3.0-beta.2",
35
- "@rolatech/angular-services": "20.3.0-beta.2",
34
+ "@rolatech/angular-common": "20.3.0-beta.4",
35
+ "@rolatech/angular-services": "20.3.0-beta.4",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "exports": {
@@ -25,6 +25,8 @@
25
25
  --color-amber-600: oklch(66.6% 0.179 58.318);
26
26
  --color-amber-700: oklch(55.5% 0.163 48.998);
27
27
  --color-amber-800: oklch(47.3% 0.137 46.201);
28
+ --color-amber-900: oklch(41.4% 0.112 45.904);
29
+ --color-amber-950: oklch(27.9% 0.077 45.635);
28
30
  --color-yellow-50: oklch(98.7% 0.026 102.212);
29
31
  --color-yellow-100: oklch(97.3% 0.071 103.193);
30
32
  --color-yellow-200: oklch(94.5% 0.129 101.54);
@@ -44,6 +46,8 @@
44
46
  --color-sky-50: oklch(97.7% 0.013 236.62);
45
47
  --color-sky-200: oklch(90.1% 0.058 230.902);
46
48
  --color-sky-700: oklch(50% 0.134 242.749);
49
+ --color-sky-900: oklch(39.1% 0.09 240.876);
50
+ --color-sky-950: oklch(29.3% 0.066 243.157);
47
51
  --color-blue-100: oklch(93.2% 0.032 255.585);
48
52
  --color-blue-700: oklch(48.8% 0.243 264.376);
49
53
  --color-blue-800: oklch(42.4% 0.199 265.638);
@@ -61,6 +65,7 @@
61
65
  --color-slate-500: oklch(55.4% 0.046 257.417);
62
66
  --color-slate-600: oklch(44.6% 0.043 257.281);
63
67
  --color-slate-700: oklch(37.2% 0.044 257.287);
68
+ --color-slate-950: oklch(12.9% 0.042 264.695);
64
69
  --color-gray-50: oklch(98.5% 0.002 247.839);
65
70
  --color-gray-100: oklch(96.7% 0.003 264.542);
66
71
  --color-gray-200: oklch(92.8% 0.006 264.531);
@@ -73,6 +78,7 @@
73
78
  --spacing: 0.25rem;
74
79
  --container-md: 28rem;
75
80
  --container-lg: 32rem;
81
+ --container-xl: 36rem;
76
82
  --container-2xl: 42rem;
77
83
  --container-3xl: 48rem;
78
84
  --container-4xl: 56rem;
@@ -111,7 +117,7 @@
111
117
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
112
118
  --animate-spin: spin 1s linear infinite;
113
119
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
114
- --blur-2xl: 40px;
120
+ --blur-sm: 8px;
115
121
  --aspect-video: 16 / 9;
116
122
  --default-transition-duration: 150ms;
117
123
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -304,9 +310,6 @@
304
310
  .end {
305
311
  inset-inline-end: var(--spacing);
306
312
  }
307
- .-top-10 {
308
- top: calc(var(--spacing) * -10);
309
- }
310
313
  .top-0 {
311
314
  top: calc(var(--spacing) * 0);
312
315
  }
@@ -325,18 +328,12 @@
325
328
  .-right-0 {
326
329
  right: calc(var(--spacing) * -0);
327
330
  }
328
- .-right-10 {
329
- right: calc(var(--spacing) * -10);
330
- }
331
331
  .right-0 {
332
332
  right: calc(var(--spacing) * 0);
333
333
  }
334
334
  .-bottom-0 {
335
335
  bottom: calc(var(--spacing) * -0);
336
336
  }
337
- .-bottom-16 {
338
- bottom: calc(var(--spacing) * -16);
339
- }
340
337
  .bottom-0 {
341
338
  bottom: calc(var(--spacing) * 0);
342
339
  }
@@ -349,9 +346,6 @@
349
346
  .left-0 {
350
347
  left: calc(var(--spacing) * 0);
351
348
  }
352
- .left-12 {
353
- left: calc(var(--spacing) * 12);
354
- }
355
349
  .left-\[30px\] {
356
350
  left: 30px;
357
351
  }
@@ -370,6 +364,9 @@
370
364
  .z-50 {
371
365
  z-index: 50;
372
366
  }
367
+ .z-9200 {
368
+ z-index: 9200;
369
+ }
373
370
  .z-\[1000\] {
374
371
  z-index: 1000;
375
372
  }
@@ -469,6 +466,9 @@
469
466
  .-mt-4 {
470
467
  margin-top: calc(var(--spacing) * -4);
471
468
  }
469
+ .mt-0 {
470
+ margin-top: calc(var(--spacing) * 0);
471
+ }
472
472
  .mt-1 {
473
473
  margin-top: calc(var(--spacing) * 1);
474
474
  }
@@ -770,6 +770,9 @@
770
770
  .max-h-\[70vh\] {
771
771
  max-height: 70vh;
772
772
  }
773
+ .max-h-\[92vh\] {
774
+ max-height: 92vh;
775
+ }
773
776
  .max-h-\[320px\] {
774
777
  max-height: 320px;
775
778
  }
@@ -788,6 +791,9 @@
788
791
  .min-h-14 {
789
792
  min-height: calc(var(--spacing) * 14);
790
793
  }
794
+ .min-h-24 {
795
+ min-height: calc(var(--spacing) * 24);
796
+ }
791
797
  .min-h-28 {
792
798
  min-height: calc(var(--spacing) * 28);
793
799
  }
@@ -806,12 +812,18 @@
806
812
  .min-h-\[214px\] {
807
813
  min-height: 214px;
808
814
  }
815
+ .min-h-\[280px\] {
816
+ min-height: 280px;
817
+ }
809
818
  .min-h-\[320px\] {
810
819
  min-height: 320px;
811
820
  }
812
821
  .min-h-\[420px\] {
813
822
  min-height: 420px;
814
823
  }
824
+ .min-h-full {
825
+ min-height: 100%;
826
+ }
815
827
  .w-0 {
816
828
  width: calc(var(--spacing) * 0);
817
829
  }
@@ -1031,6 +1043,9 @@
1031
1043
  .max-w-none {
1032
1044
  max-width: none;
1033
1045
  }
1046
+ .max-w-xl {
1047
+ max-width: var(--container-xl);
1048
+ }
1034
1049
  .\!min-w-0 {
1035
1050
  min-width: calc(var(--spacing) * 0) !important;
1036
1051
  }
@@ -1415,6 +1430,12 @@
1415
1430
  .rounded-3xl {
1416
1431
  border-radius: var(--radius-3xl);
1417
1432
  }
1433
+ .rounded-\[1\.75rem\] {
1434
+ border-radius: 1.75rem;
1435
+ }
1436
+ .rounded-\[28px\] {
1437
+ border-radius: 28px;
1438
+ }
1418
1439
  .rounded-full {
1419
1440
  border-radius: calc(infinity * 1px);
1420
1441
  }
@@ -1439,10 +1460,6 @@
1439
1460
  border-style: var(--tw-border-style);
1440
1461
  border-width: 2px;
1441
1462
  }
1442
- .border-y {
1443
- border-block-style: var(--tw-border-style);
1444
- border-block-width: 1px;
1445
- }
1446
1463
  .border-t {
1447
1464
  border-top-style: var(--tw-border-style);
1448
1465
  border-top-width: 1px;
@@ -1474,6 +1491,12 @@
1474
1491
  .border-amber-300 {
1475
1492
  border-color: var(--color-amber-300);
1476
1493
  }
1494
+ .border-amber-300\/40 {
1495
+ border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 40%, transparent);
1496
+ @supports (color: color-mix(in lab, red, red)) {
1497
+ border-color: color-mix(in oklab, var(--color-amber-300) 40%, transparent);
1498
+ }
1499
+ }
1477
1500
  .border-amber-500\/20 {
1478
1501
  border-color: color-mix(in srgb, oklch(76.9% 0.188 70.08) 20%, transparent);
1479
1502
  @supports (color: color-mix(in lab, red, red)) {
@@ -1594,9 +1617,6 @@
1594
1617
  .bg-\(--rt-text-primary\) {
1595
1618
  background-color: var(--rt-text-primary);
1596
1619
  }
1597
- .bg-\[var\(--rt-brand-color\)\] {
1598
- background-color: var(--rt-brand-color);
1599
- }
1600
1620
  .bg-amber-50 {
1601
1621
  background-color: var(--color-amber-50);
1602
1622
  }
@@ -1708,6 +1728,12 @@
1708
1728
  .bg-slate-100 {
1709
1729
  background-color: var(--color-slate-100);
1710
1730
  }
1731
+ .bg-slate-950\/70 {
1732
+ background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 70%, transparent);
1733
+ @supports (color: color-mix(in lab, red, red)) {
1734
+ background-color: color-mix(in oklab, var(--color-slate-950) 70%, transparent);
1735
+ }
1736
+ }
1711
1737
  .bg-transparent {
1712
1738
  background-color: transparent;
1713
1739
  }
@@ -1970,6 +1996,9 @@
1970
1996
  .text-\[0\.85rem\] {
1971
1997
  font-size: 0.85rem;
1972
1998
  }
1999
+ .text-\[10px\] {
2000
+ font-size: 10px;
2001
+ }
1973
2002
  .text-\[11px\] {
1974
2003
  font-size: 11px;
1975
2004
  }
@@ -2005,6 +2034,14 @@
2005
2034
  --tw-tracking: 0.2em;
2006
2035
  letter-spacing: 0.2em;
2007
2036
  }
2037
+ .tracking-\[0\.16em\] {
2038
+ --tw-tracking: 0.16em;
2039
+ letter-spacing: 0.16em;
2040
+ }
2041
+ .tracking-\[0\.24em\] {
2042
+ --tw-tracking: 0.24em;
2043
+ letter-spacing: 0.24em;
2044
+ }
2008
2045
  .tracking-tight {
2009
2046
  --tw-tracking: var(--tracking-tight);
2010
2047
  letter-spacing: var(--tracking-tight);
@@ -2013,9 +2050,6 @@
2013
2050
  --tw-tracking: var(--tracking-wide);
2014
2051
  letter-spacing: var(--tracking-wide);
2015
2052
  }
2016
- .break-words {
2017
- overflow-wrap: break-word;
2018
- }
2019
2053
  .break-all {
2020
2054
  word-break: break-all;
2021
2055
  }
@@ -2064,6 +2098,12 @@
2064
2098
  .text-amber-800 {
2065
2099
  color: var(--color-amber-800);
2066
2100
  }
2101
+ .text-amber-900 {
2102
+ color: var(--color-amber-900);
2103
+ }
2104
+ .text-amber-950 {
2105
+ color: var(--color-amber-950);
2106
+ }
2067
2107
  .text-blue-700 {
2068
2108
  color: var(--color-blue-700);
2069
2109
  }
@@ -2124,6 +2164,12 @@
2124
2164
  .text-sky-700 {
2125
2165
  color: var(--color-sky-700);
2126
2166
  }
2167
+ .text-sky-900 {
2168
+ color: var(--color-sky-900);
2169
+ }
2170
+ .text-sky-950 {
2171
+ color: var(--color-sky-950);
2172
+ }
2127
2173
  .text-slate-500 {
2128
2174
  color: var(--color-slate-500);
2129
2175
  }
@@ -2196,6 +2242,9 @@
2196
2242
  .opacity-80 {
2197
2243
  opacity: 80%;
2198
2244
  }
2245
+ .opacity-85 {
2246
+ opacity: 85%;
2247
+ }
2199
2248
  .opacity-100 {
2200
2249
  opacity: 100%;
2201
2250
  }
@@ -2246,16 +2295,17 @@
2246
2295
  .outline-transparent {
2247
2296
  outline-color: transparent;
2248
2297
  }
2249
- .blur-2xl {
2250
- --tw-blur: blur(var(--blur-2xl));
2251
- filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2252
- }
2253
2298
  .\!filter {
2254
2299
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
2255
2300
  }
2256
2301
  .filter {
2257
2302
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
2258
2303
  }
2304
+ .backdrop-blur-sm {
2305
+ --tw-backdrop-blur: blur(var(--blur-sm));
2306
+ -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
2307
+ backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
2308
+ }
2259
2309
  .transition {
2260
2310
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
2261
2311
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -2281,6 +2331,10 @@
2281
2331
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2282
2332
  transition-duration: var(--tw-duration, var(--default-transition-duration));
2283
2333
  }
2334
+ .duration-200 {
2335
+ --tw-duration: 200ms;
2336
+ transition-duration: 200ms;
2337
+ }
2284
2338
  .duration-300 {
2285
2339
  --tw-duration: 300ms;
2286
2340
  transition-duration: 300ms;
@@ -2584,6 +2638,11 @@
2584
2638
  cursor: not-allowed;
2585
2639
  }
2586
2640
  }
2641
+ .disabled\:bg-\(--rt-raised-background\) {
2642
+ &:disabled {
2643
+ background-color: var(--rt-raised-background);
2644
+ }
2645
+ }
2587
2646
  .disabled\:opacity-60 {
2588
2647
  &:disabled {
2589
2648
  opacity: 60%;
@@ -2973,11 +3032,6 @@
2973
3032
  justify-content: space-between;
2974
3033
  }
2975
3034
  }
2976
- .md\:justify-end {
2977
- @media (width >= 768px) {
2978
- justify-content: flex-end;
2979
- }
2980
- }
2981
3035
  .md\:gap-3 {
2982
3036
  @media (width >= 768px) {
2983
3037
  gap: calc(var(--spacing) * 3);
@@ -3182,11 +3236,6 @@
3182
3236
  grid-template-columns: repeat(4, minmax(0, 1fr));
3183
3237
  }
3184
3238
  }
3185
- .lg\:grid-cols-6 {
3186
- @media (width >= 1024px) {
3187
- grid-template-columns: repeat(6, minmax(0, 1fr));
3188
- }
3189
- }
3190
3239
  .lg\:grid-cols-12 {
3191
3240
  @media (width >= 1024px) {
3192
3241
  grid-template-columns: repeat(12, minmax(0, 1fr));
@@ -3332,6 +3381,11 @@
3332
3381
  grid-template-columns: minmax(0,1.2fr) minmax(0,0.8fr);
3333
3382
  }
3334
3383
  }
3384
+ .xl\:grid-cols-\[minmax\(0\,1fr\)_360px\] {
3385
+ @media (width >= 1280px) {
3386
+ grid-template-columns: minmax(0,1fr) 360px;
3387
+ }
3388
+ }
3335
3389
  .xl\:flex-row {
3336
3390
  @media (width >= 1280px) {
3337
3391
  flex-direction: row;
@@ -3603,6 +3657,42 @@
3603
3657
  syntax: "*";
3604
3658
  inherits: false;
3605
3659
  }
3660
+ @property --tw-backdrop-blur {
3661
+ syntax: "*";
3662
+ inherits: false;
3663
+ }
3664
+ @property --tw-backdrop-brightness {
3665
+ syntax: "*";
3666
+ inherits: false;
3667
+ }
3668
+ @property --tw-backdrop-contrast {
3669
+ syntax: "*";
3670
+ inherits: false;
3671
+ }
3672
+ @property --tw-backdrop-grayscale {
3673
+ syntax: "*";
3674
+ inherits: false;
3675
+ }
3676
+ @property --tw-backdrop-hue-rotate {
3677
+ syntax: "*";
3678
+ inherits: false;
3679
+ }
3680
+ @property --tw-backdrop-invert {
3681
+ syntax: "*";
3682
+ inherits: false;
3683
+ }
3684
+ @property --tw-backdrop-opacity {
3685
+ syntax: "*";
3686
+ inherits: false;
3687
+ }
3688
+ @property --tw-backdrop-saturate {
3689
+ syntax: "*";
3690
+ inherits: false;
3691
+ }
3692
+ @property --tw-backdrop-sepia {
3693
+ syntax: "*";
3694
+ inherits: false;
3695
+ }
3606
3696
  @property --tw-duration {
3607
3697
  syntax: "*";
3608
3698
  inherits: false;
@@ -3675,6 +3765,15 @@
3675
3765
  --tw-drop-shadow-color: initial;
3676
3766
  --tw-drop-shadow-alpha: 100%;
3677
3767
  --tw-drop-shadow-size: initial;
3768
+ --tw-backdrop-blur: initial;
3769
+ --tw-backdrop-brightness: initial;
3770
+ --tw-backdrop-contrast: initial;
3771
+ --tw-backdrop-grayscale: initial;
3772
+ --tw-backdrop-hue-rotate: initial;
3773
+ --tw-backdrop-invert: initial;
3774
+ --tw-backdrop-opacity: initial;
3775
+ --tw-backdrop-saturate: initial;
3776
+ --tw-backdrop-sepia: initial;
3678
3777
  --tw-duration: initial;
3679
3778
  --tw-ease: initial;
3680
3779
  --tw-content: "";
@@ -238,6 +238,7 @@ declare class DrawerComponent implements AfterContentInit, AfterContentChecked {
238
238
  hrefOf(item: LINK): string | undefined;
239
239
  isExternal(item: LINK): boolean;
240
240
  isNextItemChildren(index: number): boolean;
241
+ isPreviousItemChildren(index: number): boolean;
241
242
  init(isMobile: boolean): void;
242
243
  ngAfterContentInit(): void;
243
244
  ngAfterContentChecked(): void;
@@ -320,6 +321,12 @@ declare class LayoutComponent implements OnInit, AfterContentInit {
320
321
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<LayoutComponent, "rolatech-layout", never, {}, {}, ["topbar", "drawer", "page", "guide"], ["rolatech-topbar", "rolatech-drawer", "rolatech-mini-guide", "rolatech-page", "rolatech-footer"], true, never>;
321
322
  }
322
323
 
324
+ declare class AppShellComponent {
325
+ readonly links: _angular_core.InputSignal<NavLink[]>;
326
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AppShellComponent, never>;
327
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AppShellComponent, "rolatech-app-shell", never, { "links": { "alias": "links"; "required": false; "isSignal": true; }; }, {}, never, ["[shell-topbar]", "*", "[shell-footer]"], true, never>;
328
+ }
329
+
323
330
  declare class FooterComponent {
324
331
  hostId: string;
325
332
  hasClass: boolean;
@@ -1018,5 +1025,5 @@ interface Message {
1018
1025
  streaming?: boolean;
1019
1026
  }
1020
1027
 
1021
- export { APP_LAYOUT, AcceptDialogComponent, AccordionComponent, AngularComponentsModule, AppPageComponent, AvatarComponent, BaseComponent, ChatBox, ChipBarComponent, ConfirmationComponent, ConfirmationDialogComponent, ConsoleLayoutComponent, ContainerComponent, ContentComponent, ConversationContent, ConversationHeader, ConversationInput, ConversationMessage, DrawerComponent, EditorComponent, EmptyComponent, EnumSelect, FilterComponent, FolderComponent, FooterComponent, IconButtonComponent, IconComponent, ImageComponent, ImagePlaceholderComponent, ImagePreviewDialogComponent, InputComponent, LayoutComponent, ListComponent, Loading, LocationSelectorComponent, MaterialModule, MediaListComponent, MediaListItemComponent, MediaPreviewComponent, MediaPreviewDialogComponent, MediaUploadComponent, MediaUploadDialogComponent, MenuIconComponent, MenuUserComponent, MiniGuideComponent, NotFoundComponent, PaginatorComponent, PanelComponent, PanelHeaderComponent, PdfViewerComponent, RejectDialogComponent, ResizableContainerComponent, RichGridMediaComponent, RichItemComponent, RichLabelComponent, RichViewComponent, SearchBar, SearchIcon, Skeleton, SpinnerComponent, StorageBucketCreateComponent, StorageFileUploadComponent, StorageFolderCreateComponent, TabComponent, TableComponent, TabsComponent, ThumbnailComponent, TitleComponent, ToolbarComponent, TopbarAvatarMenuComponent, TopbarComponent, VideoUpload, WechatConnectDialogComponent, provideAngularLayout };
1028
+ export { APP_LAYOUT, AcceptDialogComponent, AccordionComponent, AngularComponentsModule, AppPageComponent, AppShellComponent, AvatarComponent, BaseComponent, ChatBox, ChipBarComponent, ConfirmationComponent, ConfirmationDialogComponent, ConsoleLayoutComponent, ContainerComponent, ContentComponent, ConversationContent, ConversationHeader, ConversationInput, ConversationMessage, DrawerComponent, EditorComponent, EmptyComponent, EnumSelect, FilterComponent, FolderComponent, FooterComponent, IconButtonComponent, IconComponent, ImageComponent, ImagePlaceholderComponent, ImagePreviewDialogComponent, InputComponent, LayoutComponent, ListComponent, Loading, LocationSelectorComponent, MaterialModule, MediaListComponent, MediaListItemComponent, MediaPreviewComponent, MediaPreviewDialogComponent, MediaUploadComponent, MediaUploadDialogComponent, MenuIconComponent, MenuUserComponent, MiniGuideComponent, NotFoundComponent, PaginatorComponent, PanelComponent, PanelHeaderComponent, PdfViewerComponent, RejectDialogComponent, ResizableContainerComponent, RichGridMediaComponent, RichItemComponent, RichLabelComponent, RichViewComponent, SearchBar, SearchIcon, Skeleton, SpinnerComponent, StorageBucketCreateComponent, StorageFileUploadComponent, StorageFolderCreateComponent, TabComponent, TableComponent, TabsComponent, ThumbnailComponent, TitleComponent, ToolbarComponent, TopbarAvatarMenuComponent, TopbarComponent, VideoUpload, WechatConnectDialogComponent, provideAngularLayout };
1022
1029
  export type { AppLayoutConfig, AppTopbarConfig, Column, DrawerConfig, Message, MiniGuide, Role, TabMode, TableData };