@sellmate/design-system-react 1.0.38 → 1.0.39
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type CheckedType, type DropdownButtonValue, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type
|
|
5
|
+
import { type CheckedType, type DropdownButtonValue, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2Value } from "@sellmate/design-system";
|
|
6
6
|
import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
7
7
|
import { SdButtonV2 as SdButtonV2Element } from "@sellmate/design-system/dist/components/sd-button-v2.js";
|
|
8
8
|
import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/components/sd-button.js";
|
|
@@ -228,7 +228,7 @@ export type SdSelectSearchInputEvents = {
|
|
|
228
228
|
};
|
|
229
229
|
export declare const SdSelectSearchInput: StencilReactComponent<SdSelectSearchInputElement, SdSelectSearchInputEvents>;
|
|
230
230
|
export type SdSelectV2Events = {
|
|
231
|
-
onSdUpdate: EventName<SdSelectV2CustomEvent<
|
|
231
|
+
onSdUpdate: EventName<SdSelectV2CustomEvent<SelectV2Value>>;
|
|
232
232
|
onSdDropDownShow: EventName<CustomEvent<{
|
|
233
233
|
isOpen: boolean;
|
|
234
234
|
}>>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type CheckedType, type DropdownButtonValue, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type
|
|
5
|
+
import { type CheckedType, type DropdownButtonValue, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2Value } from "@sellmate/design-system";
|
|
6
6
|
import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
7
7
|
import { SdButtonV2 as SdButtonV2Element } from "@sellmate/design-system/dist/components/sd-button-v2.js";
|
|
8
8
|
import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/components/sd-button.js";
|
|
@@ -230,7 +230,7 @@ export type SdSelectSearchInputEvents = {
|
|
|
230
230
|
};
|
|
231
231
|
export declare const SdSelectSearchInput: StencilReactComponent<SdSelectSearchInputElement, SdSelectSearchInputEvents>;
|
|
232
232
|
export type SdSelectV2Events = {
|
|
233
|
-
onSdUpdate: EventName<SdSelectV2CustomEvent<
|
|
233
|
+
onSdUpdate: EventName<SdSelectV2CustomEvent<SelectV2Value>>;
|
|
234
234
|
onSdDropDownShow: EventName<CustomEvent<{
|
|
235
235
|
isOpen: boolean;
|
|
236
236
|
}>>;
|
|
@@ -161,7 +161,7 @@ export const SdField = /*@__PURE__*/ createComponent({
|
|
|
161
161
|
focused: 'focused',
|
|
162
162
|
status: 'status',
|
|
163
163
|
label: 'label',
|
|
164
|
-
|
|
164
|
+
addonLabel: 'addon-label',
|
|
165
165
|
labelTooltip: 'label-tooltip',
|
|
166
166
|
rules: 'rules'
|
|
167
167
|
},
|
|
@@ -234,12 +234,12 @@ export const SdInput = /*@__PURE__*/ createComponent({
|
|
|
234
234
|
properties: {
|
|
235
235
|
value: 'value',
|
|
236
236
|
type: 'type',
|
|
237
|
-
|
|
237
|
+
size: 'size',
|
|
238
|
+
addonLabel: 'addon-label',
|
|
238
239
|
placeholder: 'placeholder',
|
|
239
240
|
disabled: 'disabled',
|
|
240
241
|
clearable: 'clearable',
|
|
241
242
|
width: 'width',
|
|
242
|
-
barcode: 'barcode',
|
|
243
243
|
autoFocus: 'auto-focus',
|
|
244
244
|
status: 'status',
|
|
245
245
|
inputClass: 'input-class',
|
|
@@ -296,7 +296,7 @@ export const SdNumberInput = /*@__PURE__*/ createComponent({
|
|
|
296
296
|
useDecimal: 'use-decimal',
|
|
297
297
|
value: 'value',
|
|
298
298
|
label: 'label',
|
|
299
|
-
|
|
299
|
+
addonLabel: 'addon-label',
|
|
300
300
|
placeholder: 'placeholder',
|
|
301
301
|
disabled: 'disabled',
|
|
302
302
|
width: 'width',
|
|
@@ -422,7 +422,7 @@ export const SdSelect = /*@__PURE__*/ createComponent({
|
|
|
422
422
|
clearable: 'clearable',
|
|
423
423
|
searchable: 'searchable',
|
|
424
424
|
label: 'label',
|
|
425
|
-
|
|
425
|
+
addonLabel: 'addon-label',
|
|
426
426
|
labelTooltip: 'label-tooltip',
|
|
427
427
|
error: 'error',
|
|
428
428
|
options: 'options',
|
|
@@ -462,7 +462,7 @@ export const SdSelectGroup = /*@__PURE__*/ createComponent({
|
|
|
462
462
|
clearable: 'clearable',
|
|
463
463
|
searchable: 'searchable',
|
|
464
464
|
label: 'label',
|
|
465
|
-
|
|
465
|
+
addonLabel: 'addon-label',
|
|
466
466
|
labelTooltip: 'label-tooltip',
|
|
467
467
|
error: 'error',
|
|
468
468
|
options: 'options',
|
|
@@ -621,8 +621,7 @@ export const SdSelectV2Trigger = /*@__PURE__*/ createComponent({
|
|
|
621
621
|
displayText: 'display-text',
|
|
622
622
|
placeholder: 'placeholder',
|
|
623
623
|
disabled: 'disabled',
|
|
624
|
-
isOpen: 'is-open'
|
|
625
|
-
addonLabel: 'addon-label'
|
|
624
|
+
isOpen: 'is-open'
|
|
626
625
|
},
|
|
627
626
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
628
627
|
clientModule: clientComponents.SdSelectV2Trigger,
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// @ts-ignore - ignore potential type issues as the project is importing itself
|
|
9
9
|
import * as clientComponents from '@sellmate/design-system-react';
|
|
10
10
|
|
|
11
|
-
import { type CheckedType, type DropdownButtonValue, type Event, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type
|
|
11
|
+
import { type CheckedType, type DropdownButtonValue, type Event, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2Value } from "@sellmate/design-system";
|
|
12
12
|
import { SdBadge as SdBadgeElement } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
13
13
|
import { SdButtonV2 as SdButtonV2Element } from "@sellmate/design-system/dist/components/sd-button-v2.js";
|
|
14
14
|
import { SdButton as SdButtonElement } from "@sellmate/design-system/dist/components/sd-button.js";
|
|
@@ -271,7 +271,7 @@ export const SdField: StencilReactComponent<SdFieldElement, SdFieldEvents> = /*@
|
|
|
271
271
|
focused: 'focused',
|
|
272
272
|
status: 'status',
|
|
273
273
|
label: 'label',
|
|
274
|
-
|
|
274
|
+
addonLabel: 'addon-label',
|
|
275
275
|
labelTooltip: 'label-tooltip',
|
|
276
276
|
rules: 'rules'
|
|
277
277
|
},
|
|
@@ -369,12 +369,12 @@ export const SdInput: StencilReactComponent<SdInputElement, SdInputEvents> = /*@
|
|
|
369
369
|
properties: {
|
|
370
370
|
value: 'value',
|
|
371
371
|
type: 'type',
|
|
372
|
-
|
|
372
|
+
size: 'size',
|
|
373
|
+
addonLabel: 'addon-label',
|
|
373
374
|
placeholder: 'placeholder',
|
|
374
375
|
disabled: 'disabled',
|
|
375
376
|
clearable: 'clearable',
|
|
376
377
|
width: 'width',
|
|
377
|
-
barcode: 'barcode',
|
|
378
378
|
autoFocus: 'auto-focus',
|
|
379
379
|
status: 'status',
|
|
380
380
|
inputClass: 'input-class',
|
|
@@ -450,7 +450,7 @@ export const SdNumberInput: StencilReactComponent<SdNumberInputElement, SdNumber
|
|
|
450
450
|
useDecimal: 'use-decimal',
|
|
451
451
|
value: 'value',
|
|
452
452
|
label: 'label',
|
|
453
|
-
|
|
453
|
+
addonLabel: 'addon-label',
|
|
454
454
|
placeholder: 'placeholder',
|
|
455
455
|
disabled: 'disabled',
|
|
456
456
|
width: 'width',
|
|
@@ -603,7 +603,7 @@ export const SdSelect: StencilReactComponent<SdSelectElement, SdSelectEvents> =
|
|
|
603
603
|
clearable: 'clearable',
|
|
604
604
|
searchable: 'searchable',
|
|
605
605
|
label: 'label',
|
|
606
|
-
|
|
606
|
+
addonLabel: 'addon-label',
|
|
607
607
|
labelTooltip: 'label-tooltip',
|
|
608
608
|
error: 'error',
|
|
609
609
|
options: 'options',
|
|
@@ -660,7 +660,7 @@ export const SdSelectGroup: StencilReactComponent<SdSelectGroupElement, SdSelect
|
|
|
660
660
|
clearable: 'clearable',
|
|
661
661
|
searchable: 'searchable',
|
|
662
662
|
label: 'label',
|
|
663
|
-
|
|
663
|
+
addonLabel: 'addon-label',
|
|
664
664
|
labelTooltip: 'label-tooltip',
|
|
665
665
|
error: 'error',
|
|
666
666
|
options: 'options',
|
|
@@ -795,7 +795,7 @@ export const SdSelectSearchInput: StencilReactComponent<SdSelectSearchInputEleme
|
|
|
795
795
|
});
|
|
796
796
|
|
|
797
797
|
export type SdSelectV2Events = {
|
|
798
|
-
onSdUpdate: EventName<SdSelectV2CustomEvent<
|
|
798
|
+
onSdUpdate: EventName<SdSelectV2CustomEvent<SelectV2Value>>,
|
|
799
799
|
onSdDropDownShow: EventName<CustomEvent<{ isOpen: boolean }>>
|
|
800
800
|
};
|
|
801
801
|
|
|
@@ -877,8 +877,7 @@ export const SdSelectV2Trigger: StencilReactComponent<SdSelectV2TriggerElement,
|
|
|
877
877
|
displayText: 'display-text',
|
|
878
878
|
placeholder: 'placeholder',
|
|
879
879
|
disabled: 'disabled',
|
|
880
|
-
isOpen: 'is-open'
|
|
881
|
-
addonLabel: 'addon-label'
|
|
880
|
+
isOpen: 'is-open'
|
|
882
881
|
},
|
|
883
882
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
884
883
|
clientModule: clientComponents.SdSelectV2Trigger as ReactWebComponent<SdSelectV2TriggerElement, SdSelectV2TriggerEvents>,
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
/* eslint-disable */
|
|
9
9
|
|
|
10
|
-
import { type CheckedType, type DropdownButtonValue, type Event, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type
|
|
10
|
+
import { type CheckedType, type DropdownButtonValue, type Event, type RadioValue, type SdButtonCustomEvent, type SdButtonV2CustomEvent, type SdCheckboxCustomEvent, type SdDropdownButtonCustomEvent, type SdFilePickerCustomEvent, type SdInputCustomEvent, type SdNumberInputCustomEvent, type SdRadioButtonGroupCustomEvent, type SdRadioCustomEvent, type SdRadioGroupCustomEvent, type SdSelectCustomEvent, type SdSelectDropdownCustomEvent, type SdSelectGroupCustomEvent, type SdSelectMultipleCustomEvent, type SdSelectMultipleGroupCustomEvent, type SdSelectOptionCustomEvent, type SdSelectOptionGroupCustomEvent, type SdSelectV2CustomEvent, type SdSelectV2ListItemCustomEvent, type SdSelectV2ListboxCustomEvent, type SdTextareaCustomEvent, type SelectEvents, type SelectMultipleEvents, type SelectOption, type SelectOptionGroup, type SelectV2Option, type SelectV2Value } from "@sellmate/design-system";
|
|
11
11
|
import { SdBadge as SdBadgeElement, defineCustomElement as defineSdBadge } from "@sellmate/design-system/dist/components/sd-badge.js";
|
|
12
12
|
import { SdButtonV2 as SdButtonV2Element, defineCustomElement as defineSdButtonV2 } from "@sellmate/design-system/dist/components/sd-button-v2.js";
|
|
13
13
|
import { SdButton as SdButtonElement, defineCustomElement as defineSdButton } from "@sellmate/design-system/dist/components/sd-button.js";
|
|
@@ -589,7 +589,7 @@ export const SdSelectSearchInput: StencilReactComponent<SdSelectSearchInputEleme
|
|
|
589
589
|
});
|
|
590
590
|
|
|
591
591
|
export type SdSelectV2Events = {
|
|
592
|
-
onSdUpdate: EventName<SdSelectV2CustomEvent<
|
|
592
|
+
onSdUpdate: EventName<SdSelectV2CustomEvent<SelectV2Value>>,
|
|
593
593
|
onSdDropDownShow: EventName<CustomEvent<{ isOpen: boolean }>>
|
|
594
594
|
};
|
|
595
595
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dev": "tsc --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sellmate/design-system": "^1.0.
|
|
57
|
+
"@sellmate/design-system": "^1.0.39",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|