@sellmate/design-system-vue 1.20.1 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -6,4 +6,4 @@ export type { VirtualRow } from './composables/useSdTableVirtualScroll';
6
6
  export { sdModal, SdModalVuePlugin } from './sdModal';
7
7
  export { sdLoading } from '@sellmate/design-system/utils';
8
8
  export type { SdLoadingShowOptions } from '@sellmate/design-system/utils';
9
- export type { SdTableColumn, Row as SdTableRow, SelectOption, RadioValue, RadioOption, ButtonName, DropdownButtonItem, DropdownButtonName, DropdownButtonSize, DropdownButtonValue, Rule, ValidatableField, SdTooltipProps, TagName, ToastType, ToastPosition, CheckedType, Type as DateBoxType, TabOption, CalendarEventGroup, } from '@sellmate/design-system';
9
+ export type { ButtonName, ButtonProps, ButtonType, ButtonSize, GhostButtonIntent, GhostButtonSize, DropdownButtonItem, DropdownButtonName, DropdownButtonSize, DropdownButtonValue, BadgeColor, FieldAddonAlign, FieldSize, Rule, FieldIdentifier, ValidatableField, InputSize, NumberInputSize, BarcodeInputSize, ChipInputSize, SdTooltipProps, TooltipType, CalloutType, CalendarEventGroup, CheckedType, RadioValue, RadioOption, SelectOption, SelectOptionSelectDetail, SelectType, SelectValue, ConfirmModalMainButton, ConfirmModalType, ConfirmModalOptions, TagName, SdModalCreateOptions, ModalDialogRefLike, SdLoadingShowArgs, LoadingModalState, LoadingModalOptions, Type as DateBoxType, DatePickerSize, DateRangeValue, SdKeyValueField, SdKeyValueChangeDetail, LinearProgressType, CircleProgressType, PopoverButton, PopoverLink, PopupType, GuideType, TextLinkSize, TabOption, TabSize, ToastType, ToastPosition, ToastEntry, ToastNotifyOptions, SdTableColumn, Row as SdTableRow, SdTablePagination, SdTableStickyColumn, SdTableConfig, } from '@sellmate/design-system';
package/lib/index.ts CHANGED
@@ -8,38 +8,94 @@ export { sdModal, SdModalVuePlugin } from './sdModal';
8
8
  export { sdLoading } from '@sellmate/design-system/utils';
9
9
  export type { SdLoadingShowOptions } from '@sellmate/design-system/utils';
10
10
 
11
- // Export commonly used types for Vue usage
11
+ // Export component types for Vue usage
12
12
  export type {
13
- // Table types
14
- SdTableColumn,
15
- Row as SdTableRow,
16
- // Select types
17
- SelectOption,
18
- // Radio types
19
- RadioValue,
20
- RadioOption,
21
13
  // Button types
22
14
  ButtonName,
15
+ ButtonProps,
16
+ ButtonType,
17
+ ButtonSize,
18
+ GhostButtonIntent,
19
+ GhostButtonSize,
20
+ // DropdownButton types
23
21
  DropdownButtonItem,
24
22
  DropdownButtonName,
25
23
  DropdownButtonSize,
26
24
  DropdownButtonValue,
25
+ // Badge types
26
+ BadgeColor,
27
+ // Field types
28
+ FieldAddonAlign,
29
+ FieldSize,
27
30
  // Form types
28
31
  Rule,
32
+ FieldIdentifier,
29
33
  ValidatableField,
34
+ // Input types
35
+ InputSize,
36
+ NumberInputSize,
37
+ BarcodeInputSize,
38
+ ChipInputSize,
30
39
  // Tooltip types
31
40
  SdTooltipProps,
32
- // Tag types
33
- TagName,
34
- // Toast types
35
- ToastType,
36
- ToastPosition,
41
+ TooltipType,
42
+ // Callout types
43
+ CalloutType,
44
+ // Calendar types
45
+ CalendarEventGroup,
37
46
  // Checkbox types
38
47
  CheckedType,
48
+ // Radio types
49
+ RadioValue,
50
+ RadioOption,
51
+ // Select types
52
+ SelectOption,
53
+ SelectOptionSelectDetail,
54
+ SelectType,
55
+ SelectValue,
56
+ // ConfirmModal types
57
+ ConfirmModalMainButton,
58
+ ConfirmModalType,
59
+ ConfirmModalOptions,
60
+ TagName,
61
+ // Modal types
62
+ SdModalCreateOptions,
63
+ ModalDialogRefLike,
64
+ // Loading types
65
+ SdLoadingShowArgs,
66
+ LoadingModalState,
67
+ LoadingModalOptions,
39
68
  // Date types
40
69
  Type as DateBoxType,
70
+ DatePickerSize,
71
+ DateRangeValue,
72
+ // KeyValueTable types
73
+ SdKeyValueField,
74
+ SdKeyValueChangeDetail,
75
+ // Progress types
76
+ LinearProgressType,
77
+ CircleProgressType,
78
+ // Popover types
79
+ PopoverButton,
80
+ PopoverLink,
81
+ // Popup types
82
+ PopupType,
83
+ // Guide types
84
+ GuideType,
85
+ // TextLink types
86
+ TextLinkSize,
41
87
  // Tab types
42
88
  TabOption,
43
- // Calendar types
44
- CalendarEventGroup,
89
+ TabSize,
90
+ // Toast types
91
+ ToastType,
92
+ ToastPosition,
93
+ ToastEntry,
94
+ ToastNotifyOptions,
95
+ // Table types
96
+ SdTableColumn,
97
+ Row as SdTableRow,
98
+ SdTablePagination,
99
+ SdTableStickyColumn,
100
+ SdTableConfig,
45
101
  } from '@sellmate/design-system';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.20.1",
3
+ "version": "1.22.0",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.20.1",
50
+ "@sellmate/design-system": "^1.22.0",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {