@breadstone/mosaik-elements-vue 0.1.51 → 0.1.53

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 (199) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +20 -20
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +14 -14
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +8 -8
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +12 -12
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +16 -16
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +14 -14
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  14. package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
  15. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  16. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  17. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  18. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +12 -12
  19. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  20. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  21. package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
  22. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  24. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  25. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  26. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
  27. package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
  28. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  29. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  30. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
  31. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  32. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  33. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  34. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  35. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
  36. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  37. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  38. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  39. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  40. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  41. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  42. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
  43. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  45. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  46. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  47. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  48. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  49. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
  50. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  51. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +20 -20
  52. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  53. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  54. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  55. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  56. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  57. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  58. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  59. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  60. package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
  61. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  62. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
  63. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  64. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  65. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  66. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  67. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  68. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  69. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  70. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  71. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +6 -6
  72. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  73. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  74. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
  75. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  76. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  77. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  78. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  79. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
  80. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  81. package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  84. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  85. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  86. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  87. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  88. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
  90. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  91. package/Controls/Components/Media/Chip/ChipComponent.d.ts +8 -8
  92. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +8 -8
  93. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  94. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  95. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
  96. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  97. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  98. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +4 -4
  99. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  100. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  101. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  102. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  103. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  104. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
  105. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  106. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  107. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  108. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  109. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  110. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  111. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
  112. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  113. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  114. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  115. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  116. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  117. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  118. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  123. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  125. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  126. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  128. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  130. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  132. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  133. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  134. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +8 -8
  135. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  136. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  137. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  138. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  139. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  140. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  141. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  142. package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
  143. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  144. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  145. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  146. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  147. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +8 -8
  148. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  149. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  150. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  151. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +6 -6
  152. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +4 -4
  153. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  154. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  155. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  156. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  157. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  158. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  159. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  160. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  161. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  162. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  163. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  164. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  165. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  166. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  167. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  168. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  169. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  170. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  171. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  172. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  173. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +8 -8
  174. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  175. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  176. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  177. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  178. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  179. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  180. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  181. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  182. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  183. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  184. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  185. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  186. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  187. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  188. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  189. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  190. package/Controls/Components/Shell/AppComponent.d.ts +6 -6
  191. package/Controls/Components/Shell/AppComponent.js +1 -1
  192. package/Controls/Components/Shell/AppComponent.js.map +1 -1
  193. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  194. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  195. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  196. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  197. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  198. package/Theming/Theme2Component.d.ts +2 -2
  199. package/package.json +2 -2
@@ -9,19 +9,19 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  header?: any;
11
11
  disabled?: any;
12
- value?: any;
13
- state?: any;
14
- icon?: any;
12
+ isActive?: any;
15
13
  animationTarget?: any;
16
14
  enter?: any;
17
15
  exit?: any;
18
- index?: any;
19
- iconSize?: any;
20
- isActive?: any;
21
16
  isSelected?: any;
17
+ index?: any;
22
18
  displayText?: any;
23
- hint?: any;
19
+ value?: any;
20
+ state?: any;
21
+ icon?: any;
22
+ iconSize?: any;
24
23
  description?: any;
24
+ hint?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -30,19 +30,19 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
30
30
  lang?: any;
31
31
  header?: any;
32
32
  disabled?: any;
33
- value?: any;
34
- state?: any;
35
- icon?: any;
33
+ isActive?: any;
36
34
  animationTarget?: any;
37
35
  enter?: any;
38
36
  exit?: any;
39
- index?: any;
40
- iconSize?: any;
41
- isActive?: any;
42
37
  isSelected?: any;
38
+ index?: any;
43
39
  displayText?: any;
44
- hint?: any;
40
+ value?: any;
41
+ state?: any;
42
+ icon?: any;
43
+ iconSize?: any;
45
44
  description?: any;
45
+ hint?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,14 +9,14 @@ export declare const TabComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  items?: any;
11
11
  disabled?: any;
12
+ selectedItem?: any;
12
13
  variant?: any;
13
14
  appearance?: any;
14
- selectedItem?: any;
15
15
  placement?: any;
16
16
  alignment?: any;
17
+ selectedIndex?: any;
17
18
  hasIndicator?: any;
18
19
  enableGestures?: any;
19
- selectedIndex?: any;
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
22
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -25,14 +25,14 @@ export declare const TabComponent: import("vue").DefineComponent<{
25
25
  lang?: any;
26
26
  items?: any;
27
27
  disabled?: any;
28
+ selectedItem?: any;
28
29
  variant?: any;
29
30
  appearance?: any;
30
- selectedItem?: any;
31
31
  placement?: any;
32
32
  alignment?: any;
33
+ selectedIndex?: any;
33
34
  hasIndicator?: any;
34
35
  enableGestures?: any;
35
- selectedIndex?: any;
36
36
  }> & Readonly<{
37
37
  onConnected?: ((...args: any[]) => any) | undefined;
38
38
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,15 +10,15 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  orientation?: any;
12
12
  disabled?: any;
13
- value?: any;
14
- icon?: any;
15
13
  animationTarget?: any;
16
14
  enter?: any;
17
15
  exit?: any;
18
- iconSize?: any;
16
+ isSelected?: any;
17
+ value?: any;
19
18
  closeable?: any;
19
+ icon?: any;
20
20
  iconPosition?: any;
21
- isSelected?: any;
21
+ iconSize?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -28,15 +28,15 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
28
28
  label?: any;
29
29
  orientation?: any;
30
30
  disabled?: any;
31
- value?: any;
32
- icon?: any;
33
31
  animationTarget?: any;
34
32
  enter?: any;
35
33
  exit?: any;
36
- iconSize?: any;
34
+ isSelected?: any;
35
+ value?: any;
37
36
  closeable?: any;
37
+ icon?: any;
38
38
  iconPosition?: any;
39
- isSelected?: any;
39
+ iconSize?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,11 +10,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
10
10
  appearance?: any;
11
11
  placement?: any;
12
12
  alignment?: any;
13
+ hasIndicator?: any;
14
+ enableGestures?: any;
13
15
  hasScrollableContent?: any;
14
16
  canScrollToStart?: any;
15
17
  canScrollToEnd?: any;
16
- hasIndicator?: any;
17
- enableGestures?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -24,11 +24,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
24
24
  appearance?: any;
25
25
  placement?: any;
26
26
  alignment?: any;
27
+ hasIndicator?: any;
28
+ enableGestures?: any;
27
29
  hasScrollableContent?: any;
28
30
  canScrollToStart?: any;
29
31
  canScrollToEnd?: any;
30
- hasIndicator?: any;
31
- enableGestures?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,12 +9,12 @@ export declare const TabStripComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  items?: any;
11
11
  disabled?: any;
12
+ selectedItem?: any;
12
13
  variant?: any;
13
14
  appearance?: any;
14
- selectedItem?: any;
15
15
  placement?: any;
16
- hasIndicator?: any;
17
16
  selectedIndex?: any;
17
+ hasIndicator?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -23,12 +23,12 @@ export declare const TabStripComponent: import("vue").DefineComponent<{
23
23
  lang?: any;
24
24
  items?: any;
25
25
  disabled?: any;
26
+ selectedItem?: any;
26
27
  variant?: any;
27
28
  appearance?: any;
28
- selectedItem?: any;
29
29
  placement?: any;
30
- hasIndicator?: any;
31
30
  selectedIndex?: any;
31
+ hasIndicator?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,15 +10,15 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  orientation?: any;
12
12
  disabled?: any;
13
- variant?: any;
13
+ isSelected?: any;
14
14
  value?: any;
15
+ variant?: any;
15
16
  isFocused?: any;
17
+ placement?: any;
16
18
  icon?: any;
17
- iconSize?: any;
18
19
  iconPosition?: any;
20
+ iconSize?: any;
19
21
  ripple?: any;
20
- isSelected?: any;
21
- placement?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -28,15 +28,15 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
28
28
  label?: any;
29
29
  orientation?: any;
30
30
  disabled?: any;
31
- variant?: any;
31
+ isSelected?: any;
32
32
  value?: any;
33
+ variant?: any;
33
34
  isFocused?: any;
35
+ placement?: any;
34
36
  icon?: any;
35
- iconSize?: any;
36
37
  iconPosition?: any;
38
+ iconSize?: any;
37
39
  ripple?: any;
38
- isSelected?: any;
39
- placement?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,12 +8,12 @@ export declare const TableBodyCellComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- text?: any;
11
+ isSelected?: any;
12
12
  value?: any;
13
+ text?: any;
13
14
  formatter?: any;
14
- isSelected?: any;
15
- textOverflow?: any;
16
15
  columnHidden?: any;
16
+ textOverflow?: any;
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
19
19
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -21,12 +21,12 @@ export declare const TableBodyCellComponent: import("vue").DefineComponent<{
21
21
  dir?: any;
22
22
  lang?: any;
23
23
  disabled?: any;
24
- text?: any;
24
+ isSelected?: any;
25
25
  value?: any;
26
+ text?: any;
26
27
  formatter?: any;
27
- isSelected?: any;
28
- textOverflow?: any;
29
28
  columnHidden?: any;
29
+ textOverflow?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
32
32
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,8 +8,8 @@ export declare const TableBodyRowComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- value?: any;
12
11
  isSelected?: any;
12
+ value?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -17,8 +17,8 @@ export declare const TableBodyRowComponent: import("vue").DefineComponent<{
17
17
  dir?: any;
18
18
  lang?: any;
19
19
  disabled?: any;
20
- value?: any;
21
20
  isSelected?: any;
21
+ value?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,16 +8,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  caption?: any;
11
- intl?: any;
11
+ columns?: any;
12
12
  appearance?: any;
13
13
  selectionMode?: any;
14
- alternating?: any;
15
- selectionType?: any;
16
14
  resizable?: any;
17
- sortMode?: any;
18
- columns?: any;
15
+ intl?: any;
19
16
  selectedRows?: any;
20
17
  selectedCells?: any;
18
+ alternating?: any;
19
+ selectionType?: any;
20
+ sortMode?: any;
21
21
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
22
  [key: string]: any;
23
23
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged")[], "connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged", import("vue").PublicProps, Readonly<{
@@ -25,16 +25,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
25
25
  dir?: any;
26
26
  lang?: any;
27
27
  caption?: any;
28
- intl?: any;
28
+ columns?: any;
29
29
  appearance?: any;
30
30
  selectionMode?: any;
31
- alternating?: any;
32
- selectionType?: any;
33
31
  resizable?: any;
34
- sortMode?: any;
35
- columns?: any;
32
+ intl?: any;
36
33
  selectedRows?: any;
37
34
  selectedCells?: any;
35
+ alternating?: any;
36
+ selectionType?: any;
37
+ sortMode?: any;
38
38
  }> & Readonly<{
39
39
  onConnected?: ((...args: any[]) => any) | undefined;
40
40
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,8 +10,8 @@ export declare const TableFooterCellComponent: import("vue").DefineComponent<{
10
10
  disabled?: any;
11
11
  text?: any;
12
12
  formatter?: any;
13
- textOverflow?: any;
14
13
  columnHidden?: any;
14
+ textOverflow?: any;
15
15
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
16
  [key: string]: any;
17
17
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -21,8 +21,8 @@ export declare const TableFooterCellComponent: import("vue").DefineComponent<{
21
21
  disabled?: any;
22
22
  text?: any;
23
23
  formatter?: any;
24
- textOverflow?: any;
25
24
  columnHidden?: any;
25
+ textOverflow?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,24 +9,24 @@ export declare const TableHeaderCellComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  text?: any;
12
- intl?: any;
13
12
  formatter?: any;
14
- sorted?: any;
15
13
  resizable?: any;
14
+ intl?: any;
15
+ sortMode?: any;
16
+ sorted?: any;
17
+ key?: any;
16
18
  sortable?: any;
17
19
  pinable?: any;
20
+ sortDirection?: any;
21
+ minWidth?: any;
22
+ maxWidth?: any;
23
+ pinned?: any;
18
24
  hideable?: any;
19
25
  autoSizeable?: any;
20
26
  columnChoosable?: any;
21
- sortMode?: any;
22
- maxWidth?: any;
23
- textOverflow?: any;
24
- pinned?: any;
25
- minWidth?: any;
26
- columnHidden?: any;
27
- key?: any;
28
- sortDirection?: any;
29
27
  sortIndex?: any;
28
+ columnHidden?: any;
29
+ textOverflow?: any;
30
30
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns")[], "connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns", import("vue").PublicProps, Readonly<{
@@ -35,24 +35,24 @@ export declare const TableHeaderCellComponent: import("vue").DefineComponent<{
35
35
  lang?: any;
36
36
  disabled?: any;
37
37
  text?: any;
38
- intl?: any;
39
38
  formatter?: any;
40
- sorted?: any;
41
39
  resizable?: any;
40
+ intl?: any;
41
+ sortMode?: any;
42
+ sorted?: any;
43
+ key?: any;
42
44
  sortable?: any;
43
45
  pinable?: any;
46
+ sortDirection?: any;
47
+ minWidth?: any;
48
+ maxWidth?: any;
49
+ pinned?: any;
44
50
  hideable?: any;
45
51
  autoSizeable?: any;
46
52
  columnChoosable?: any;
47
- sortMode?: any;
48
- maxWidth?: any;
49
- textOverflow?: any;
50
- pinned?: any;
51
- minWidth?: any;
52
- columnHidden?: any;
53
- key?: any;
54
- sortDirection?: any;
55
53
  sortIndex?: any;
54
+ columnHidden?: any;
55
+ textOverflow?: any;
56
56
  }> & Readonly<{
57
57
  onConnected?: ((...args: any[]) => any) | undefined;
58
58
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,8 +8,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  tableColumnEditorDismissed?: any;
11
- intl?: any;
12
11
  columns?: any;
12
+ intl?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableColumnEditorChanged")[], "connected" | "disconnected" | "changed" | "tableColumnEditorChanged", import("vue").PublicProps, Readonly<{
@@ -17,8 +17,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
17
17
  dir?: any;
18
18
  lang?: any;
19
19
  tableColumnEditorDismissed?: any;
20
- intl?: any;
21
20
  columns?: any;
21
+ intl?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,17 +9,17 @@ export declare const TreeItemComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  items?: any;
11
11
  disabled?: any;
12
- variant?: any;
13
- isBusy?: any;
14
- text?: any;
15
- value?: any;
16
- isFocused?: any;
17
- index?: any;
18
12
  isSelected?: any;
13
+ index?: any;
19
14
  displayText?: any;
20
- isChecked?: any;
21
- isExpanded?: any;
15
+ value?: any;
16
+ variant?: any;
22
17
  hasChildren?: any;
18
+ text?: any;
19
+ isExpanded?: any;
20
+ isChecked?: any;
21
+ isFocused?: any;
22
+ isBusy?: any;
23
23
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -28,17 +28,17 @@ export declare const TreeItemComponent: import("vue").DefineComponent<{
28
28
  lang?: any;
29
29
  items?: any;
30
30
  disabled?: any;
31
- variant?: any;
32
- isBusy?: any;
33
- text?: any;
34
- value?: any;
35
- isFocused?: any;
36
- index?: any;
37
31
  isSelected?: any;
32
+ index?: any;
38
33
  displayText?: any;
39
- isChecked?: any;
40
- isExpanded?: any;
34
+ value?: any;
35
+ variant?: any;
41
36
  hasChildren?: any;
37
+ text?: any;
38
+ isExpanded?: any;
39
+ isChecked?: any;
40
+ isFocused?: any;
41
+ isBusy?: any;
42
42
  }> & Readonly<{
43
43
  onConnected?: ((...args: any[]) => any) | undefined;
44
44
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,11 +10,11 @@ export declare const WizardComponent: import("vue").DefineComponent<{
10
10
  name?: any;
11
11
  fit?: any;
12
12
  items?: any;
13
- disabled?: any;
14
- selectedItem?: any;
15
13
  activeIndex?: any;
16
14
  isFirstStep?: any;
17
15
  isLastStep?: any;
16
+ disabled?: any;
17
+ selectedItem?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged", import("vue").PublicProps, Readonly<{
@@ -24,11 +24,11 @@ export declare const WizardComponent: import("vue").DefineComponent<{
24
24
  name?: any;
25
25
  fit?: any;
26
26
  items?: any;
27
- disabled?: any;
28
- selectedItem?: any;
29
27
  activeIndex?: any;
30
28
  isFirstStep?: any;
31
29
  isLastStep?: any;
30
+ disabled?: any;
31
+ selectedItem?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,16 +9,16 @@ export declare const WizardStepComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  header?: any;
11
11
  disabled?: any;
12
- value?: any;
12
+ subHeader?: any;
13
+ isActive?: any;
13
14
  animationTarget?: any;
14
15
  enter?: any;
15
16
  exit?: any;
16
- index?: any;
17
- subHeader?: any;
18
17
  inset?: any;
19
- isActive?: any;
20
18
  isSelected?: any;
19
+ index?: any;
21
20
  displayText?: any;
21
+ value?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -27,16 +27,16 @@ export declare const WizardStepComponent: import("vue").DefineComponent<{
27
27
  lang?: any;
28
28
  header?: any;
29
29
  disabled?: any;
30
- value?: any;
30
+ subHeader?: any;
31
+ isActive?: any;
31
32
  animationTarget?: any;
32
33
  enter?: any;
33
34
  exit?: any;
34
- index?: any;
35
- subHeader?: any;
36
35
  inset?: any;
37
- isActive?: any;
38
36
  isSelected?: any;
37
+ index?: any;
39
38
  displayText?: any;
39
+ value?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -4,25 +4,25 @@
4
4
  * @public
5
5
  */
6
6
  export declare const AppComponent: import("vue").DefineComponent<{
7
- themeName?: any;
8
- dir?: any;
9
- lang?: any;
10
7
  theme?: any;
11
8
  isNavOpen?: any;
12
9
  isMobile?: any;
13
10
  hasHeader?: any;
14
11
  hasNav?: any;
15
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
- [key: string]: any;
17
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
18
12
  themeName?: any;
19
13
  dir?: any;
20
14
  lang?: any;
15
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
21
18
  theme?: any;
22
19
  isNavOpen?: any;
23
20
  isMobile?: any;
24
21
  hasHeader?: any;
25
22
  hasNav?: any;
23
+ themeName?: any;
24
+ dir?: any;
25
+ lang?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -15,7 +15,7 @@ export const AppComponent = defineComponent({
15
15
  props: ['theme', 'isNavOpen', 'isMobile', 'hasHeader', 'hasNav', 'themeName', 'dir', 'lang'],
16
16
  emits: ['connected', 'disconnected', 'changed'],
17
17
  // slots: ['content', 'footer', 'header', 'headerActions', 'headerLogo', 'headerMenu', 'nav', 'rail', 'style']
18
- // methods: { toggleNavigation, openNavigation, closeNavigation, onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
18
+ // methods: { toggleNavigation, openNavigation, closeNavigation, onNavigationDrawerChanged, onSlotChanges, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-app', {
21
21
  ...props,
@@ -1 +1 @@
1
- {"version":3,"file":"AppComponent.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IACxC,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IAC5F,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,8GAA8G;IAC9G,2NAA2N;IAC3N,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,YAAY,EACZ;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"AppComponent.js","sourceRoot":"","sources":["../../../../src/Controls/Components/Shell/AppComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IACxC,IAAI,EAAE,cAAc;IACpB,KAAK,EAAE,CAAC,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IAC5F,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,8GAA8G;IAC9G,sPAAsP;IACtP,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,YAAY,EACZ;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
@@ -7,18 +7,18 @@ export declare const AppHeaderComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ isBusy?: any;
10
11
  isToggled?: any;
11
12
  scrollTargetFn?: any;
12
- isBusy?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
16
16
  themeName?: any;
17
17
  dir?: any;
18
18
  lang?: any;
19
+ isBusy?: any;
19
20
  isToggled?: any;
20
21
  scrollTargetFn?: any;
21
- isBusy?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,9 +8,9 @@ export declare const BusyStateComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  header?: any;
11
+ content?: any;
11
12
  formatter?: any;
12
13
  icon?: any;
13
- content?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
16
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -18,9 +18,9 @@ export declare const BusyStateComponent: import("vue").DefineComponent<{
18
18
  dir?: any;
19
19
  lang?: any;
20
20
  header?: any;
21
+ content?: any;
21
22
  formatter?: any;
22
23
  icon?: any;
23
- content?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;