@breadstone/mosaik-elements-vue 0.0.269 → 0.0.271

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 (48) hide show
  1. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
  2. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  3. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  4. package/Controls/Components/Inputs/Calendar/CalendarComponent.js +1 -1
  5. package/Controls/Components/Inputs/Calendar/CalendarComponent.js.map +1 -1
  6. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +68 -0
  7. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts.map +1 -0
  8. package/Controls/Components/Inputs/FileBox/FileBoxComponent.js +31 -0
  9. package/Controls/Components/Inputs/FileBox/FileBoxComponent.js.map +1 -0
  10. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
  11. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +4 -4
  12. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +6 -6
  13. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  14. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +4 -4
  15. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +2 -2
  16. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  17. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +4 -4
  18. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
  19. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +8 -8
  20. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  21. package/Controls/Components/Overlays/tour/TourComponent.d.ts +2 -2
  22. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
  23. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  24. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
  25. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  26. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
  27. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +14 -14
  28. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +6 -6
  29. package/Controls/Components/Primitives/Text/TextComponent.d.ts +2 -2
  30. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  31. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
  32. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +12 -12
  33. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +4 -4
  34. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +6 -6
  35. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +8 -8
  36. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +2 -2
  37. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
  38. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
  39. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +2 -2
  40. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
  41. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  42. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
  43. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +8 -8
  44. package/Index.d.ts +1 -0
  45. package/Index.d.ts.map +1 -1
  46. package/Index.js +1 -0
  47. package/Index.js.map +1 -1
  48. package/package.json +2 -2
@@ -25,9 +25,9 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
25
25
  iconPosition?: any;
26
26
  type?: any;
27
27
  ripple?: any;
28
- isRepeating?: any;
29
28
  delay?: any;
30
29
  interval?: any;
30
+ isRepeating?: any;
31
31
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
32
  [key: string]: any;
33
33
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repeated")[], "connected" | "disconnected" | "changed" | "repeated", import("vue").PublicProps, Readonly<{
@@ -52,9 +52,9 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
52
52
  iconPosition?: any;
53
53
  type?: any;
54
54
  ripple?: any;
55
- isRepeating?: any;
56
55
  delay?: any;
57
56
  interval?: any;
57
+ isRepeating?: any;
58
58
  }> & Readonly<{
59
59
  onConnected?: ((...args: any[]) => any) | undefined;
60
60
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,8 +9,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  for?: any;
12
- duration?: any;
13
12
  factor?: any;
13
+ duration?: 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<{
@@ -19,8 +19,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
19
19
  lang?: any;
20
20
  disabled?: any;
21
21
  for?: any;
22
- duration?: any;
23
22
  factor?: any;
23
+ duration?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,8 +10,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
10
10
  mode?: any;
11
11
  disabled?: any;
12
12
  for?: any;
13
- duration?: any;
14
13
  factor?: any;
14
+ duration?: 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 ScaleComponent: import("vue").DefineComponent<{
21
21
  mode?: any;
22
22
  disabled?: any;
23
23
  for?: any;
24
- duration?: any;
25
24
  factor?: any;
25
+ duration?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -14,7 +14,7 @@ export const CalendarComponent = defineComponent({
14
14
  name: 'CalendarComponent',
15
15
  props: ['sheets', 'intl', 'displayDate', 'displayDateStart', 'displayDateEnd', 'values', 'view', 'selectionMode', 'blackoutDates', 'specialDates', 'minDate', 'maxDate', 'firstDayOfWeek', 'isTodayHighlighted', 'isWeekendHighlighted', 'showWeekNumbers', 'showAdjacent', 'markerHandler', 'themeName', 'locale', 'appearance', 'disabled', 'invalid', 'value', 'orientation', 'variant', 'fit', 'dir', 'lang'],
16
16
  emits: ['dateChanged', 'connected', 'disconnected', 'changed'],
17
- // slots: ['footer', 'style']
17
+ // slots: ['footer', 'header', 'style']
18
18
  // methods: { reset, checkValidity, navigatePrevious, navigateNext, navigateToday, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
19
19
  setup(props, { slots, emit }) {
20
20
  return () => h('mosaik-calendar', {
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Calendar/CalendarComponent.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,iBAAiB,GAAG,eAAe,CAAC;IAC7C,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC;IACjZ,KAAK,EAAE,CAAC,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC9D,6BAA6B;IAC7B,6OAA6O;IAC7O,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iBAAiB,EACjB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,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":"CalendarComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/Calendar/CalendarComponent.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,iBAAiB,GAAG,eAAe,CAAC;IAC7C,IAAI,EAAE,mBAAmB;IACzB,KAAK,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE,eAAe,EAAE,eAAe,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC;IACjZ,KAAK,EAAE,CAAC,aAAa,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC9D,uCAAuC;IACvC,6OAA6O;IAC7O,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,iBAAiB,EACjB;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,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"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Vue 3 component wrapper for the mosaik-filebox web component.
3
+ *
4
+ * @public
5
+ */
6
+ export declare const FileboxComponent: import("vue").DefineComponent<{
7
+ themeName?: any;
8
+ dir?: any;
9
+ lang?: any;
10
+ name?: any;
11
+ label?: any;
12
+ invalid?: any;
13
+ disabled?: any;
14
+ variant?: any;
15
+ multiple?: any;
16
+ accept?: any;
17
+ directory?: any;
18
+ placeholder?: any;
19
+ required?: any;
20
+ readonly?: any;
21
+ appearance?: any;
22
+ isClearable?: any;
23
+ value?: any;
24
+ state?: any;
25
+ formatter?: any;
26
+ parser?: any;
27
+ isFocused?: any;
28
+ files?: any;
29
+ autofocus?: any;
30
+ }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesSelected" | "cleared")[], "connected" | "disconnected" | "changed" | "filesSelected" | "cleared", import("vue").PublicProps, Readonly<{
33
+ themeName?: any;
34
+ dir?: any;
35
+ lang?: any;
36
+ name?: any;
37
+ label?: any;
38
+ invalid?: any;
39
+ disabled?: any;
40
+ variant?: any;
41
+ multiple?: any;
42
+ accept?: any;
43
+ directory?: any;
44
+ placeholder?: any;
45
+ required?: any;
46
+ readonly?: any;
47
+ appearance?: any;
48
+ isClearable?: any;
49
+ value?: any;
50
+ state?: any;
51
+ formatter?: any;
52
+ parser?: any;
53
+ isFocused?: any;
54
+ files?: any;
55
+ autofocus?: any;
56
+ }> & Readonly<{
57
+ onConnected?: ((...args: any[]) => any) | undefined;
58
+ onDisconnected?: ((...args: any[]) => any) | undefined;
59
+ onChanged?: ((...args: any[]) => any) | undefined;
60
+ onFilesSelected?: ((...args: any[]) => any) | undefined;
61
+ onCleared?: ((...args: any[]) => any) | undefined;
62
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
63
+ declare module 'vue' {
64
+ interface GlobalComponents {
65
+ MosaikFilebox: typeof FileboxComponent;
66
+ }
67
+ }
68
+ //# sourceMappingURL=FileBoxComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileBoxComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/FileBox/FileBoxComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAsB3B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,aAAa,EAAE,OAAO,gBAAgB,CAAC;KAC1C;CACJ"}
@@ -0,0 +1,31 @@
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-filebox web component.
10
+ *
11
+ * @public
12
+ */
13
+ export const FileboxComponent = defineComponent({
14
+ name: 'FileboxComponent',
15
+ props: ['readonly', 'required', 'autofocus', 'name', 'placeholder', 'multiple', 'accept', 'directory', 'files', 'themeName', 'isClearable', 'invalid', 'value', 'variant', 'label', 'appearance', 'disabled', 'state', 'formatter', 'parser', 'isFocused', 'dir', 'lang'],
16
+ emits: ['cleared', 'filesSelected', 'connected', 'disconnected', 'changed'],
17
+ // slots: ['prefix', 'suffix', 'style']
18
+ // methods: { focus, blur, browse, clear, reset, checkValidity, onFileChange, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, hasVisibleFocusInTree, adoptStyle, on, off, emit, requestUpdate }
19
+ setup(props, { slots, emit }) {
20
+ return () => h('mosaik-filebox', {
21
+ ...props,
22
+ // Vue 3 event handlers (onEventName format)
23
+ onCleared: (event) => emit('cleared', event),
24
+ onFilesSelected: (event) => emit('filesSelected', event),
25
+ onConnected: (event) => emit('connected', event),
26
+ onDisconnected: (event) => emit('disconnected', event),
27
+ onChanged: (event) => emit('changed', event)
28
+ }, slots.default ? slots.default() : []);
29
+ }
30
+ });
31
+ //# sourceMappingURL=FileBoxComponent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileBoxComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Inputs/FileBox/FileBoxComponent.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,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACzQ,KAAK,EAAE,CAAC,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC3E,uCAAuC;IACvC,+PAA+P;IAC/P,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,eAAe,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC;YAC/D,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"}
@@ -27,9 +27,9 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
27
27
  autofocus?: any;
28
28
  pattern?: any;
29
29
  autocomplete?: any;
30
+ multilineRows?: any;
30
31
  minlength?: any;
31
32
  maxlength?: any;
32
- multilineRows?: any;
33
33
  showToolbar?: any;
34
34
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
35
  [key: string]: any;
@@ -57,9 +57,9 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
57
57
  autofocus?: any;
58
58
  pattern?: any;
59
59
  autocomplete?: any;
60
+ multilineRows?: any;
60
61
  minlength?: any;
61
62
  maxlength?: any;
62
- multilineRows?: any;
63
63
  showToolbar?: any;
64
64
  }> & Readonly<{
65
65
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -19,14 +19,14 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
19
19
  isClearable?: any;
20
20
  value?: any;
21
21
  isFocused?: any;
22
- maxWidth?: any;
23
- backgroundColor?: any;
24
22
  minWidth?: any;
23
+ maxWidth?: any;
25
24
  isEmpty?: any;
26
25
  minDistance?: any;
27
26
  throttle?: any;
28
27
  dotSize?: any;
29
28
  velocityFilterWeight?: any;
29
+ backgroundColor?: any;
30
30
  penColor?: any;
31
31
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
32
  [key: string]: any;
@@ -46,14 +46,14 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
46
46
  isClearable?: any;
47
47
  value?: any;
48
48
  isFocused?: any;
49
- maxWidth?: any;
50
- backgroundColor?: any;
51
49
  minWidth?: any;
50
+ maxWidth?: any;
52
51
  isEmpty?: any;
53
52
  minDistance?: any;
54
53
  throttle?: any;
55
54
  dotSize?: any;
56
55
  velocityFilterWeight?: any;
56
+ backgroundColor?: any;
57
57
  penColor?: any;
58
58
  }> & Readonly<{
59
59
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -29,12 +29,12 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
29
29
  autofocus?: any;
30
30
  pattern?: any;
31
31
  autocomplete?: any;
32
+ multiline?: any;
33
+ multilineRows?: any;
34
+ multilineMaxRows?: any;
32
35
  keyboard?: any;
33
36
  minlength?: any;
34
37
  maxlength?: any;
35
- multilineRows?: any;
36
- multiline?: any;
37
- multilineMaxRows?: any;
38
38
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
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<{
@@ -63,12 +63,12 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
63
63
  autofocus?: any;
64
64
  pattern?: any;
65
65
  autocomplete?: any;
66
+ multiline?: any;
67
+ multilineRows?: any;
68
+ multilineMaxRows?: any;
66
69
  keyboard?: any;
67
70
  minlength?: any;
68
71
  maxlength?: any;
69
- multilineRows?: any;
70
- multiline?: any;
71
- multilineMaxRows?: any;
72
72
  }> & Readonly<{
73
73
  onConnected?: ((...args: any[]) => any) | undefined;
74
74
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,11 +8,11 @@ export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  reorderable?: any;
11
- columnKey?: any;
12
- canDrag?: any;
13
11
  pinned?: any;
14
12
  hasItems?: any;
15
13
  isDragEnabled?: any;
14
+ canDrag?: any;
15
+ columnKey?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeColumnPinChange" | "flowBoardColumnPinChange", import("vue").PublicProps, Readonly<{
@@ -20,11 +20,11 @@ export declare const FlowBoardColumnComponent: import("vue").DefineComponent<{
20
20
  dir?: any;
21
21
  lang?: any;
22
22
  reorderable?: any;
23
- columnKey?: any;
24
- canDrag?: any;
25
23
  pinned?: any;
26
24
  hasItems?: any;
27
25
  isDragEnabled?: any;
26
+ canDrag?: any;
27
+ columnKey?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -14,11 +14,11 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
14
14
  isFocused?: any;
15
15
  ripple?: any;
16
16
  reorderable?: any;
17
- columnKey?: any;
17
+ pinned?: any;
18
18
  canDrag?: any;
19
+ columnKey?: any;
19
20
  itemKey?: any;
20
21
  draggable?: any;
21
- pinned?: 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" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate")[], "connected" | "disconnected" | "changed" | "flowBoardBeforeItemPinChange" | "flowBoardItemPinChange" | "flowBoardBeforeItemActivate" | "flowBoardItemActivate", import("vue").PublicProps, Readonly<{
@@ -32,11 +32,11 @@ export declare const FlowBoardColumnItemComponent: import("vue").DefineComponent
32
32
  isFocused?: any;
33
33
  ripple?: any;
34
34
  reorderable?: any;
35
- columnKey?: any;
35
+ pinned?: any;
36
36
  canDrag?: any;
37
+ columnKey?: any;
37
38
  itemKey?: any;
38
39
  draggable?: any;
39
- pinned?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const GridComponent: import("vue").DefineComponent<{
10
10
  items?: any;
11
11
  columnDefinitions?: any;
12
12
  gap?: any;
13
- rowDefinitions?: any;
14
13
  horizontalAlignment?: any;
15
14
  verticalAlignment?: any;
15
+ rowDefinitions?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -22,9 +22,9 @@ export declare const GridComponent: import("vue").DefineComponent<{
22
22
  items?: any;
23
23
  columnDefinitions?: any;
24
24
  gap?: any;
25
- rowDefinitions?: any;
26
25
  horizontalAlignment?: any;
27
26
  verticalAlignment?: any;
27
+ rowDefinitions?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,20 +7,20 @@ export declare const GridItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ rowSpan?: any;
11
+ row?: any;
10
12
  column?: any;
11
13
  columnSpan?: any;
12
- row?: any;
13
- rowSpan?: 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<{
17
17
  themeName?: any;
18
18
  dir?: any;
19
19
  lang?: any;
20
+ rowSpan?: any;
21
+ row?: any;
20
22
  column?: any;
21
23
  columnSpan?: any;
22
- row?: any;
23
- rowSpan?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,10 +10,10 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
10
10
  col?: any;
11
11
  resizable?: any;
12
12
  reorderable?: any;
13
- row?: any;
14
- rowSpan?: any;
15
13
  colSpan?: any;
14
+ rowSpan?: any;
16
15
  order?: any;
16
+ row?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -23,10 +23,10 @@ export declare const TileListItemComponent: import("vue").DefineComponent<{
23
23
  col?: any;
24
24
  resizable?: any;
25
25
  reorderable?: any;
26
- row?: any;
27
- rowSpan?: any;
28
26
  colSpan?: any;
27
+ rowSpan?: any;
29
28
  order?: any;
29
+ row?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
32
32
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,9 +8,9 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  gap?: any;
11
- resizeMode?: any;
12
11
  tiles?: any;
13
12
  maximizedTile?: any;
13
+ resizeMode?: any;
14
14
  dragMode?: any;
15
15
  columnCount?: any;
16
16
  minColumnWidth?: any;
@@ -22,9 +22,9 @@ export declare const TileManagerComponent: import("vue").DefineComponent<{
22
22
  dir?: any;
23
23
  lang?: any;
24
24
  gap?: any;
25
- resizeMode?: any;
26
25
  tiles?: any;
27
26
  maximizedTile?: any;
27
+ resizeMode?: any;
28
28
  dragMode?: any;
29
29
  columnCount?: any;
30
30
  minColumnWidth?: any;
@@ -10,17 +10,17 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
10
10
  position?: any;
11
11
  isDraggable?: any;
12
12
  isDragging?: any;
13
- rowSpan?: any;
14
- isResizing?: any;
15
- colSpan?: any;
13
+ resizeMode?: any;
16
14
  fullscreen?: any;
17
15
  tileManager?: any;
18
- resizeMode?: any;
19
16
  resizeDisabled?: any;
17
+ isResizing?: any;
20
18
  headerRef?: any;
21
19
  tileContentRef?: any;
22
20
  isResizable?: any;
23
21
  cssContainer?: any;
22
+ colSpan?: any;
23
+ rowSpan?: any;
24
24
  colStart?: any;
25
25
  rowStart?: any;
26
26
  maximized?: any;
@@ -36,17 +36,17 @@ export declare const TileManagerTileComponent: import("vue").DefineComponent<{
36
36
  position?: any;
37
37
  isDraggable?: any;
38
38
  isDragging?: any;
39
- rowSpan?: any;
40
- isResizing?: any;
41
- colSpan?: any;
39
+ resizeMode?: any;
42
40
  fullscreen?: any;
43
41
  tileManager?: any;
44
- resizeMode?: any;
45
42
  resizeDisabled?: any;
43
+ isResizing?: any;
46
44
  headerRef?: any;
47
45
  tileContentRef?: any;
48
46
  isResizable?: any;
49
47
  cssContainer?: any;
48
+ colSpan?: any;
49
+ rowSpan?: any;
50
50
  colStart?: any;
51
51
  rowStart?: any;
52
52
  maximized?: any;
@@ -8,10 +8,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  text?: any;
11
+ backgroundColor?: any;
11
12
  radius?: any;
12
13
  dimension?: any;
13
14
  errorCorrection?: any;
14
- backgroundColor?: any;
15
15
  foregroundColor?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
@@ -20,10 +20,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
20
20
  dir?: any;
21
21
  lang?: any;
22
22
  text?: any;
23
+ backgroundColor?: any;
23
24
  radius?: any;
24
25
  dimension?: any;
25
26
  errorCorrection?: any;
26
- backgroundColor?: any;
27
27
  foregroundColor?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -15,11 +15,11 @@ export declare const TourComponent: import("vue").DefineComponent<{
15
15
  clickOutsideToClose?: any;
16
16
  isFirstStep?: any;
17
17
  isLastStep?: any;
18
- tourId?: any;
19
18
  currentStep?: any;
20
19
  tooltipStyles?: any;
21
20
  started?: any;
22
21
  stepChanged?: any;
22
+ tourId?: any;
23
23
  steps?: any;
24
24
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
@@ -35,11 +35,11 @@ export declare const TourComponent: import("vue").DefineComponent<{
35
35
  clickOutsideToClose?: any;
36
36
  isFirstStep?: any;
37
37
  isLastStep?: any;
38
- tourId?: any;
39
38
  currentStep?: any;
40
39
  tooltipStyles?: any;
41
40
  started?: any;
42
41
  stepChanged?: any;
42
+ tourId?: any;
43
43
  steps?: any;
44
44
  }> & Readonly<{
45
45
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -18,15 +18,17 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
18
18
  isFullScreen?: any;
19
19
  autoSize?: any;
20
20
  strategy?: any;
21
- isVisible?: any;
22
- anchor?: any;
23
21
  placement?: any;
22
+ maxWidth?: any;
23
+ maxHeight?: any;
24
24
  distance?: any;
25
25
  skidding?: any;
26
+ flip?: any;
27
+ isVisible?: any;
28
+ anchor?: any;
26
29
  arrow?: any;
27
30
  arrowPlacement?: any;
28
31
  arrowPadding?: any;
29
- flip?: any;
30
32
  flipFallbackPlacements?: any;
31
33
  flipBoundary?: any;
32
34
  flipPadding?: any;
@@ -36,8 +38,6 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
36
38
  autoSizeBoundary?: any;
37
39
  autoSizePadding?: any;
38
40
  sync?: any;
39
- maxWidth?: any;
40
- maxHeight?: any;
41
41
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
42
  [key: string]: any;
43
43
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repositioned" | "activeChanged")[], "connected" | "disconnected" | "changed" | "repositioned" | "activeChanged", import("vue").PublicProps, Readonly<{
@@ -55,15 +55,17 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
55
55
  isFullScreen?: any;
56
56
  autoSize?: any;
57
57
  strategy?: any;
58
- isVisible?: any;
59
- anchor?: any;
60
58
  placement?: any;
59
+ maxWidth?: any;
60
+ maxHeight?: any;
61
61
  distance?: any;
62
62
  skidding?: any;
63
+ flip?: any;
64
+ isVisible?: any;
65
+ anchor?: any;
63
66
  arrow?: any;
64
67
  arrowPlacement?: any;
65
68
  arrowPadding?: any;
66
- flip?: any;
67
69
  flipFallbackPlacements?: any;
68
70
  flipBoundary?: any;
69
71
  flipPadding?: any;
@@ -73,8 +75,6 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
73
75
  autoSizeBoundary?: any;
74
76
  autoSizePadding?: any;
75
77
  sync?: any;
76
- maxWidth?: any;
77
- maxHeight?: any;
78
78
  }> & Readonly<{
79
79
  onConnected?: ((...args: any[]) => any) | undefined;
80
80
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,18 +7,18 @@ export declare const FooterComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ breakpoint?: any;
10
11
  brand?: any;
11
12
  copyright?: any;
12
- breakpoint?: 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
+ breakpoint?: any;
19
20
  brand?: any;
20
21
  copyright?: any;
21
- breakpoint?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -11,8 +11,8 @@ export declare const JumbotronComponent: import("vue").DefineComponent<{
11
11
  appearance?: any;
12
12
  formatter?: any;
13
13
  subHeader?: any;
14
- hint?: any;
15
14
  alignment?: any;
15
+ hint?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -23,8 +23,8 @@ export declare const JumbotronComponent: import("vue").DefineComponent<{
23
23
  appearance?: any;
24
24
  formatter?: any;
25
25
  subHeader?: any;
26
- hint?: any;
27
26
  alignment?: any;
27
+ hint?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -11,9 +11,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
11
11
  variant?: any;
12
12
  readonly?: any;
13
13
  alignment?: any;
14
+ duration?: any;
14
15
  from?: any;
15
16
  to?: any;
16
- duration?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -24,9 +24,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
24
24
  variant?: any;
25
25
  readonly?: any;
26
26
  alignment?: any;
27
+ duration?: any;
27
28
  from?: any;
28
29
  to?: any;
29
- duration?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
32
32
  onDisconnected?: ((...args: any[]) => any) | undefined;