@breadstone/mosaik-elements-vue 0.1.50 → 0.1.52

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 (155) hide show
  1. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +2 -2
  2. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +2 -2
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +2 -2
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +9 -9
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +2 -2
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +2 -2
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +2 -2
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
  14. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +11 -11
  15. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +2 -2
  16. package/Controls/Components/Grouping/Card/CardComponent.d.ts +4 -4
  17. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
  18. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  20. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
  21. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +2 -2
  22. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
  23. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +2 -2
  24. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +2 -2
  25. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
  26. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +2 -2
  27. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +2 -2
  28. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
  29. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +2 -2
  30. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +2 -2
  32. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +2 -2
  33. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +2 -2
  34. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +2 -2
  35. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +2 -2
  36. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +2 -2
  37. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +2 -2
  38. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +2 -2
  39. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
  40. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
  41. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
  43. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +2 -2
  45. package/Controls/Components/Inputs/Select/SelectComponent.js +1 -1
  46. package/Controls/Components/Inputs/Select/SelectComponent.js.map +1 -1
  47. package/Controls/Components/Inputs/Select/SelectItemComponent.js +1 -1
  48. package/Controls/Components/Inputs/Select/SelectItemComponent.js.map +1 -1
  49. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +26 -0
  50. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts.map +1 -0
  51. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js +29 -0
  52. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js.map +1 -0
  53. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +6 -6
  54. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +2 -2
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js +1 -1
  56. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js.map +1 -1
  57. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +2 -2
  58. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +2 -2
  59. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
  60. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
  61. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
  62. package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
  63. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
  64. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  65. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +2 -2
  66. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  67. package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
  68. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  69. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +2 -2
  70. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
  71. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  72. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +2 -2
  73. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  74. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
  75. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  76. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  77. package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
  78. package/Controls/Components/Media/Icon/IconComponent.d.ts +2 -2
  79. package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
  80. package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
  81. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  84. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
  85. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +21 -21
  86. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +20 -20
  87. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
  88. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
  89. package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
  90. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +27 -27
  91. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +34 -8
  92. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
  93. package/Controls/Components/Overlays/Sheet/SheetComponent.js +7 -3
  94. package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
  95. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +16 -16
  96. package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
  97. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
  98. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
  99. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  100. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  101. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  102. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
  103. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +6 -6
  104. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
  105. package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
  106. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
  107. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
  108. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
  109. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  110. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
  111. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +8 -8
  112. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
  113. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
  114. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +9 -9
  115. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +2 -2
  116. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  117. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  118. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
  122. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
  123. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
  124. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
  125. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +2 -2
  126. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +2 -2
  127. package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
  128. package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
  129. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +26 -0
  130. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts.map +1 -0
  131. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js +29 -0
  132. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js.map +1 -0
  133. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +2 -2
  134. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
  135. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +2 -2
  136. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
  137. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
  138. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
  139. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
  140. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +6 -6
  141. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
  142. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +10 -10
  143. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
  144. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
  145. package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
  146. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
  147. package/Controls/Components/Shell/AppComponent.d.ts +6 -6
  148. package/Controls/Components/Shell/AppComponent.js +1 -1
  149. package/Controls/Components/Shell/AppComponent.js.map +1 -1
  150. package/Index.d.ts +2 -0
  151. package/Index.d.ts.map +1 -1
  152. package/Index.js +2 -0
  153. package/Index.js.map +1 -1
  154. package/Theming/Theme2Component.d.ts +2 -2
  155. package/package.json +2 -2
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const RadioGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,12 +13,12 @@ export declare const RadioGroupComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  required?: 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" | "radioChanged")[], "connected" | "disconnected" | "changed" | "radioChanged", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
- appearance?: any;
23
22
  dir?: any;
24
23
  lang?: any;
25
24
  name?: any;
@@ -28,6 +27,7 @@ export declare const RadioGroupComponent: import("vue").DefineComponent<{
28
27
  disabled?: any;
29
28
  value?: any;
30
29
  variant?: any;
30
+ appearance?: any;
31
31
  required?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const RichtextboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -15,6 +14,7 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  state?: any;
19
19
  isFocused?: any;
20
20
  formatter?: any;
@@ -35,7 +35,6 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
35
35
  [key: string]: any;
36
36
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
37
37
  themeName?: any;
38
- appearance?: any;
39
38
  dir?: any;
40
39
  lang?: any;
41
40
  name?: any;
@@ -45,6 +44,7 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
45
44
  disabled?: any;
46
45
  value?: any;
47
46
  variant?: any;
47
+ appearance?: any;
48
48
  state?: any;
49
49
  isFocused?: any;
50
50
  formatter?: any;
@@ -5,11 +5,11 @@
5
5
  */
6
6
  export declare const SchedulerComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  disabled?: any;
12
11
  variant?: any;
12
+ appearance?: any;
13
13
  size?: any;
14
14
  locale?: any;
15
15
  intl?: any;
@@ -43,11 +43,11 @@ export declare const SchedulerComponent: import("vue").DefineComponent<{
43
43
  [key: string]: any;
44
44
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "schedulerBeforeEventActivate" | "schedulerEventActivate" | "schedulerBeforeSelectRange" | "schedulerSelectRange" | "schedulerRangeChange")[], "connected" | "disconnected" | "changed" | "schedulerBeforeEventActivate" | "schedulerEventActivate" | "schedulerBeforeSelectRange" | "schedulerSelectRange" | "schedulerRangeChange", import("vue").PublicProps, Readonly<{
45
45
  themeName?: any;
46
- appearance?: any;
47
46
  dir?: any;
48
47
  lang?: any;
49
48
  disabled?: any;
50
49
  variant?: any;
50
+ appearance?: any;
51
51
  size?: any;
52
52
  locale?: any;
53
53
  intl?: any;
@@ -5,13 +5,13 @@
5
5
  */
6
6
  export declare const SchedulerEventComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  schedulerEventChange?: any;
12
11
  disabled?: any;
13
12
  value?: any;
14
13
  variant?: any;
14
+ appearance?: any;
15
15
  isFocused?: any;
16
16
  ripple?: any;
17
17
  view?: any;
@@ -24,13 +24,13 @@ export declare const SchedulerEventComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  schedulerEventChange?: any;
31
30
  disabled?: any;
32
31
  value?: any;
33
32
  variant?: any;
33
+ appearance?: any;
34
34
  isFocused?: any;
35
35
  ripple?: any;
36
36
  view?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const SearchboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const SearchboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  delay?: any;
19
19
  isFocused?: any;
@@ -32,7 +32,6 @@ export declare const SearchboxComponent: import("vue").DefineComponent<{
32
32
  [key: string]: any;
33
33
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "searched" | "cleared")[], "connected" | "disconnected" | "changed" | "searched" | "cleared", import("vue").PublicProps, Readonly<{
34
34
  themeName?: any;
35
- appearance?: any;
36
35
  dir?: any;
37
36
  lang?: any;
38
37
  name?: any;
@@ -41,6 +40,7 @@ export declare const SearchboxComponent: import("vue").DefineComponent<{
41
40
  disabled?: any;
42
41
  value?: any;
43
42
  variant?: any;
43
+ appearance?: any;
44
44
  state?: any;
45
45
  delay?: any;
46
46
  isFocused?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const SelectComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  filter?: any;
@@ -15,6 +14,7 @@ export declare const SelectComponent: import("vue").DefineComponent<{
15
14
  selectedItem?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  required?: any;
19
19
  placeholder?: any;
20
20
  isEditable?: any;
@@ -39,7 +39,6 @@ export declare const SelectComponent: import("vue").DefineComponent<{
39
39
  [key: string]: any;
40
40
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared", import("vue").PublicProps, Readonly<{
41
41
  themeName?: any;
42
- appearance?: any;
43
42
  dir?: any;
44
43
  lang?: any;
45
44
  filter?: any;
@@ -49,6 +48,7 @@ export declare const SelectComponent: import("vue").DefineComponent<{
49
48
  selectedItem?: any;
50
49
  value?: any;
51
50
  variant?: any;
51
+ appearance?: any;
52
52
  required?: any;
53
53
  placeholder?: any;
54
54
  isEditable?: any;
@@ -14,7 +14,7 @@ export const SelectComponent = defineComponent({
14
14
  name: 'SelectComponent',
15
15
  props: ['intl', 'isEditable', 'isReadOnly', 'placeholder', 'required', 'textAlign', 'dropDownPlacement', 'dropDownStrategy', 'dropDownDistance', 'dropDownSkidding', 'dropDownStaysOpen', 'dropDownMaxHeight', 'dropDownHeight', 'dropDownWidth', 'dropDownMaxWidth', 'isDropDownOpen', 'appearance', 'variant', 'label', 'isClearable', 'invalid', 'disabled', 'value', 'themeName', 'showFilter', 'filterMemberPath', 'filter', 'filterPlaceholder', 'selectedItem', 'dir', 'lang'],
16
16
  emits: ['cleared', 'selectionChanged', 'itemsChanged', 'changed', 'connected', 'disconnected'],
17
- // slots: ['', 'filter', 'prefix', 'suffix', 'style']
17
+ // slots: ['', 'filter', 'prefix', 'suffix', 'trigger', 'style']
18
18
  // methods: { reset, checkValidity, clear, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, open, close, toggle, select, deselect, resetSelection, selectNext, selectPrevious, selectFirst, selectLast, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-select', {
@@ -1 +1 @@
1
- {"version":3,"file":"SelectComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectComponent.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,eAAe,GAAG,eAAe,CAAC;IAC3C,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,kBAAkB,EAAE,QAAQ,EAAE,mBAAmB,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,CAAC;IACrd,KAAK,EAAE,CAAC,SAAS,EAAE,kBAAkB,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IAC9F,qDAAqD;IACrD,iTAAiT;IACjT,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,eAAe,EACf;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,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;YACnD,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;SAChE,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":"SelectComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectComponent.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,eAAe,GAAG,eAAe,CAAC;IAC3C,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,WAAW,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,eAAe,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,kBAAkB,EAAE,QAAQ,EAAE,mBAAmB,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,CAAC;IACrd,KAAK,EAAE,CAAC,SAAS,EAAE,kBAAkB,EAAE,cAAc,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IAC9F,gEAAgE;IAChE,iTAAiT;IACjT,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,eAAe,EACf;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,kBAAkB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,kBAAkB,EAAE,KAAK,CAAC;YACrE,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;YACnD,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;SAChE,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
@@ -14,7 +14,7 @@ export const SelectItemComponent = defineComponent({
14
14
  name: 'SelectItemComponent',
15
15
  props: ['icon', 'isActive', 'themeName', 'ripple', 'disabled', 'variant', 'isFocused', 'label', 'isSelected', 'index', 'displayText', 'value', 'dir', 'lang'],
16
16
  emits: ['selected', 'deselected', 'changed', 'connected', 'disconnected'],
17
- // slots: ['checkmark', 'end', 'icon', 'start', 'style']
17
+ // slots: ['checkmark', 'end', 'icon', 'start', 'selection', 'style']
18
18
  // methods: { hasVisibleFocusInTree, select, deselect, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-select-item', {
@@ -1 +1 @@
1
- {"version":3,"file":"SelectItemComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemComponent.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,mBAAmB,GAAG,eAAe,CAAC;IAC/C,IAAI,EAAE,qBAAqB;IAC3B,KAAK,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IAC7J,KAAK,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IACzE,wDAAwD;IACxD,iGAAiG;IACjG,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,oBAAoB,EACpB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,UAAU,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;YACrD,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,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;SAChE,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":"SelectItemComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemComponent.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,mBAAmB,GAAG,eAAe,CAAC;IAC/C,IAAI,EAAE,qBAAqB;IAC3B,KAAK,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC;IAC7J,KAAK,EAAE,CAAC,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAE,cAAc,CAAC;IACzE,qEAAqE;IACrE,iGAAiG;IACjG,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,oBAAoB,EACpB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,UAAU,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;YACrD,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,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;SAChE,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Vue 3 component wrapper for the mosaik-select-item-visual web component.
3
+ *
4
+ * @public
5
+ */
6
+ export declare const SelectItemVisualComponent: import("vue").DefineComponent<{
7
+ themeName?: any;
8
+ dir?: any;
9
+ lang?: any;
10
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
11
+ [key: string]: any;
12
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
13
+ themeName?: any;
14
+ dir?: any;
15
+ lang?: any;
16
+ }> & Readonly<{
17
+ onConnected?: ((...args: any[]) => any) | undefined;
18
+ onDisconnected?: ((...args: any[]) => any) | undefined;
19
+ onChanged?: ((...args: any[]) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
+ declare module 'vue' {
22
+ interface GlobalComponents {
23
+ MosaikSelectItemVisual: typeof SelectItemVisualComponent;
24
+ }
25
+ }
26
+ //# sourceMappingURL=SelectItemVisualComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectItemVisualComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemVisualComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;iFAoBpC,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,sBAAsB,EAAE,OAAO,yBAAyB,CAAC;KAC5D;CACJ"}
@@ -0,0 +1,29 @@
1
+ // ------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
5
+ // </auto-generated>
6
+ // ------------------------------------------------------------------------------
7
+ import { defineComponent, h } from 'vue';
8
+ /**
9
+ * Vue 3 component wrapper for the mosaik-select-item-visual web component.
10
+ *
11
+ * @public
12
+ */
13
+ export const SelectItemVisualComponent = defineComponent({
14
+ name: 'SelectItemVisualComponent',
15
+ props: ['themeName', 'dir', 'lang'],
16
+ emits: ['connected', 'disconnected', 'changed'],
17
+ // slots: ['', 'start', 'icon', 'label', 'end', 'style']
18
+ // methods: { assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
19
+ setup(props, { slots, emit }) {
20
+ return () => h('mosaik-select-item-visual', {
21
+ ...props,
22
+ // Vue 3 event handlers (onEventName format)
23
+ onConnected: (event) => emit('connected', event),
24
+ onDisconnected: (event) => emit('disconnected', event),
25
+ onChanged: (event) => emit('changed', event)
26
+ }, slots.default ? slots.default() : []);
27
+ }
28
+ });
29
+ //# sourceMappingURL=SelectItemVisualComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SelectItemVisualComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Select/SelectItemVisualComponent.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,yBAAyB,GAAG,eAAe,CAAC;IACrD,IAAI,EAAE,2BAA2B;IACjC,KAAK,EAAE,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACnC,KAAK,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC/C,wDAAwD;IACxD,wKAAwK;IACxK,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,2BAA2B,EAC3B;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"}
@@ -5,9 +5,6 @@
5
5
  */
6
6
  export declare const SignaturepadComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- width?: any;
9
- height?: any;
10
- appearance?: any;
11
8
  dir?: any;
12
9
  lang?: any;
13
10
  label?: any;
@@ -15,6 +12,9 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
15
12
  disabled?: any;
16
13
  value?: any;
17
14
  variant?: any;
15
+ appearance?: any;
16
+ width?: any;
17
+ height?: any;
18
18
  isFocused?: any;
19
19
  required?: any;
20
20
  placeholder?: any;
@@ -32,9 +32,6 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
32
32
  [key: string]: any;
33
33
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared")[], "connected" | "disconnected" | "changed" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared", import("vue").PublicProps, Readonly<{
34
34
  themeName?: any;
35
- width?: any;
36
- height?: any;
37
- appearance?: any;
38
35
  dir?: any;
39
36
  lang?: any;
40
37
  label?: any;
@@ -42,6 +39,9 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
42
39
  disabled?: any;
43
40
  value?: any;
44
41
  variant?: any;
42
+ appearance?: any;
43
+ width?: any;
44
+ height?: any;
45
45
  isFocused?: any;
46
46
  required?: any;
47
47
  placeholder?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const TextboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -15,6 +14,7 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  state?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -39,7 +39,6 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
39
39
  [key: string]: any;
40
40
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
41
41
  themeName?: any;
42
- appearance?: any;
43
42
  dir?: any;
44
43
  lang?: any;
45
44
  name?: any;
@@ -49,6 +48,7 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
49
48
  disabled?: any;
50
49
  value?: any;
51
50
  variant?: any;
51
+ appearance?: any;
52
52
  state?: any;
53
53
  isFocused?: any;
54
54
  isBusy?: any;
@@ -14,7 +14,7 @@ export const TextboxComponent = defineComponent({
14
14
  name: 'TextboxComponent',
15
15
  props: ['multiline', 'multilineRows', 'multilineMaxRows', 'readonly', 'required', 'autofocus', 'name', 'type', 'pattern', 'placeholder', 'autocomplete', 'keyboard', 'minlength', 'maxlength', 'resize', 'textAlign', 'themeName', 'isClearable', 'appearance', 'variant', 'label', 'invalid', 'value', 'isBusy', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
16
16
  emits: ['cleared', 'connected', 'disconnected', 'changed'],
17
- // slots: ['prefix', 'suffix', 'style']
17
+ // slots: ['prefix', 'suffix', 'value', 'style']
18
18
  // methods: { focus, blur, reset, clear, checkValidity, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, hasVisibleFocusInTree, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-textbox', {
@@ -1 +1 @@
1
- {"version":3,"file":"TextBoxComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/TextBox/TextBoxComponent.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,gBAAgB,GAAG,eAAe,CAAC;IAC5C,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,CAAC,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACzX,KAAK,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC1D,uCAAuC;IACvC,yOAAyO;IACzO,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,gBAAgB,EAChB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,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":"TextBoxComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/TextBox/TextBoxComponent.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,gBAAgB,GAAG,eAAe,CAAC;IAC5C,IAAI,EAAE,kBAAkB;IACxB,KAAK,EAAE,CAAC,WAAW,EAAE,eAAe,EAAE,kBAAkB,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACzX,KAAK,EAAE,CAAC,SAAS,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC1D,gDAAgD;IAChD,yOAAyO;IACzO,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,gBAAgB,EAChB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,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"}
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const TimeboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  interval?: any;
19
19
  isFocused?: any;
@@ -47,7 +47,6 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
47
47
  [key: string]: any;
48
48
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
49
49
  themeName?: any;
50
- appearance?: any;
51
50
  dir?: any;
52
51
  lang?: any;
53
52
  name?: any;
@@ -56,6 +55,7 @@ export declare const TimeboxComponent: import("vue").DefineComponent<{
56
55
  disabled?: any;
57
56
  value?: any;
58
57
  variant?: any;
58
+ appearance?: any;
59
59
  state?: any;
60
60
  interval?: any;
61
61
  isFocused?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  isChecked?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -24,7 +24,6 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  name?: any;
@@ -33,6 +32,7 @@ export declare const ToggleSwitchComponent: import("vue").DefineComponent<{
33
32
  disabled?: any;
34
33
  value?: any;
35
34
  variant?: any;
35
+ appearance?: any;
36
36
  isChecked?: any;
37
37
  isFocused?: any;
38
38
  formatter?: any;
@@ -5,9 +5,9 @@
5
5
  */
6
6
  export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
10
+ appearance?: any;
11
11
  reorderable?: any;
12
12
  pinned?: any;
13
13
  hasItems?: any;
@@ -18,9 +18,9 @@ export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
18
18
  [key: string]: any;
19
19
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange", import("vue").PublicProps, Readonly<{
20
20
  themeName?: any;
21
- appearance?: any;
22
21
  dir?: any;
23
22
  lang?: any;
23
+ appearance?: any;
24
24
  reorderable?: any;
25
25
  pinned?: any;
26
26
  hasItems?: any;
@@ -5,12 +5,12 @@
5
5
  */
6
6
  export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  disabled?: any;
12
11
  value?: any;
13
12
  variant?: any;
13
+ appearance?: any;
14
14
  isFocused?: any;
15
15
  ripple?: any;
16
16
  reorderable?: any;
@@ -23,12 +23,12 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
- appearance?: any;
27
26
  dir?: any;
28
27
  lang?: any;
29
28
  disabled?: any;
30
29
  value?: any;
31
30
  variant?: any;
31
+ appearance?: any;
32
32
  isFocused?: any;
33
33
  ripple?: any;
34
34
  reorderable?: any;
@@ -4,7 +4,6 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TileManagerTileComponent: import("vue").DefineComponent<{
7
- isDraggable?: any;
8
7
  themeName?: any;
9
8
  dir?: any;
10
9
  lang?: any;
@@ -15,6 +14,7 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
15
14
  resizeDisabled?: any;
16
15
  isResizing?: any;
17
16
  isDragging?: any;
17
+ isDraggable?: any;
18
18
  headerRef?: any;
19
19
  tileContentRef?: any;
20
20
  isResizable?: any;
@@ -30,7 +30,6 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
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" | "tileResizeStart" | "tileResizeEnd" | "tileResizeCancel" | "tileDragStart" | "tileDragEnd" | "tileDragCancel" | "tileFullscreen" | "tileMaximize")[], "connected" | "disconnected" | "changed" | "tileResizeStart" | "tileResizeEnd" | "tileResizeCancel" | "tileDragStart" | "tileDragEnd" | "tileDragCancel" | "tileFullscreen" | "tileMaximize", import("vue").PublicProps, Readonly<{
33
- isDraggable?: any;
34
33
  themeName?: any;
35
34
  dir?: any;
36
35
  lang?: any;
@@ -41,6 +40,7 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
41
40
  resizeDisabled?: any;
42
41
  isResizing?: any;
43
42
  isDragging?: any;
43
+ isDraggable?: any;
44
44
  headerRef?: any;
45
45
  tileContentRef?: any;
46
46
  isResizable?: any;
@@ -5,8 +5,6 @@
5
5
  */
6
6
  export declare const AudioComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- width?: any;
9
- height?: any;
10
8
  dir?: any;
11
9
  lang?: any;
12
10
  legend?: any;
@@ -19,12 +17,12 @@ export declare const AudioComponent: import("vue").DefineComponent<{
19
17
  ratio?: any;
20
18
  muted?: any;
21
19
  loop?: any;
20
+ width?: any;
21
+ height?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
- width?: any;
27
- height?: any;
28
26
  dir?: any;
29
27
  lang?: any;
30
28
  legend?: any;
@@ -37,6 +35,8 @@ export declare const AudioComponent: import("vue").DefineComponent<{
37
35
  ratio?: any;
38
36
  muted?: any;
39
37
  loop?: any;
38
+ width?: any;
39
+ height?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,11 +5,11 @@
5
5
  */
6
6
  export declare const AvatarComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  disabled?: any;
12
11
  variant?: any;
12
+ appearance?: any;
13
13
  src?: any;
14
14
  size?: any;
15
15
  text?: any;
@@ -21,11 +21,11 @@ export declare const AvatarComponent: import("vue").DefineComponent<{
21
21
  [key: string]: any;
22
22
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
23
23
  themeName?: any;
24
- appearance?: any;
25
24
  dir?: any;
26
25
  lang?: any;
27
26
  disabled?: any;
28
27
  variant?: any;
28
+ appearance?: any;
29
29
  src?: any;
30
30
  size?: any;
31
31
  text?: any;
@@ -5,22 +5,22 @@
5
5
  */
6
6
  export declare const AvatarGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  disabled?: any;
12
11
  variant?: any;
12
+ appearance?: any;
13
13
  size?: any;
14
14
  maxLength?: 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<{
18
18
  themeName?: any;
19
- appearance?: any;
20
19
  dir?: any;
21
20
  lang?: any;
22
21
  disabled?: any;
23
22
  variant?: any;
23
+ appearance?: any;
24
24
  size?: any;
25
25
  maxLength?: any;
26
26
  }> & Readonly<{
@@ -5,12 +5,12 @@
5
5
  */
6
6
  export declare const BadgeComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  label?: any;
12
11
  disabled?: any;
13
12
  variant?: any;
13
+ appearance?: any;
14
14
  position?: any;
15
15
  size?: any;
16
16
  icon?: any;
@@ -20,12 +20,12 @@ export declare const BadgeComponent: import("vue").DefineComponent<{
20
20
  [key: string]: any;
21
21
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
22
22
  themeName?: any;
23
- appearance?: any;
24
23
  dir?: any;
25
24
  lang?: any;
26
25
  label?: any;
27
26
  disabled?: any;
28
27
  variant?: any;
28
+ appearance?: any;
29
29
  position?: any;
30
30
  size?: any;
31
31
  icon?: any;