@swc-react/slider 0.41.1 → 0.42.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/next.d.ts +2 -2
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const Slider: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").Slider>, "type" | "size" | "slotHasContent" | "input" | "label" | "track" | "renderOptions" | "change" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "focusElement" | "update" | "quiet" | "variant" | "value" | "formatOptions" | "hideStepper" | "indeterminate" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "editable" | "getAriaValueText" | "labelVisibility" | "tickStep" | "tickLabels" | "fillStart" | "labelEl" | "numberField" | "spSliderHandleReady" | "handleController" | "values" | "handleName" | "dispatchInputEvent" | "manageTextObservedSlot"> & {
|
|
1
|
+
export declare const Slider: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").Slider>, "type" | "size" | "slotHasContent" | "input" | "label" | "track" | "renderOptions" | "change" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "focusElement" | "update" | "quiet" | "variant" | "value" | "formatOptions" | "hideStepper" | "indeterminate" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "editable" | "getAriaValueText" | "labelVisibility" | "tickStep" | "tickLabels" | "fillStart" | "labelEl" | "numberField" | "spSliderHandleReady" | "handleController" | "values" | "handleName" | "dispatchInputEvent" | "manageTextObservedSlot"> & {
|
|
2
2
|
spSliderHandleReady?: ((e: CustomEvent<any>) => void) | undefined;
|
|
3
3
|
input?: ((e: Event) => void) | undefined;
|
|
4
4
|
change?: ((e: Event) => void) | undefined;
|
|
5
5
|
} & Partial<Omit<import("slider/src").Slider, keyof HTMLElement>> & import("react").RefAttributes<import("slider/src").Slider>>;
|
|
6
|
-
export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").SliderHandle>, "input" | "label" | "renderOptions" | "change" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "focusElement" | "value" | "formatOptions" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent"> & {
|
|
6
|
+
export declare const SliderHandle: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("slider/src").SliderHandle>, "input" | "label" | "renderOptions" | "change" | "disabled" | "name" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "focusElement" | "value" | "formatOptions" | "max" | "min" | "step" | "_forcedUnit" | "isLTR" | "hasVisibleFocusInTree" | "defaultValue" | "dragging" | "highlight" | "getAriaHandleText" | "normalization" | "numberFormat" | "spSliderHandleReady" | "handleController" | "handleName" | "dispatchInputEvent"> & {
|
|
7
7
|
spSliderHandleReady?: ((e: CustomEvent<any>) => void) | undefined;
|
|
8
8
|
input?: ((e: Event) => void) | undefined;
|
|
9
9
|
change?: ((e: Event) => void) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/slider",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit/react": "^1.0.2",
|
|
33
|
-
"@spectrum-web-components/slider": "^0.
|
|
33
|
+
"@spectrum-web-components/slider": "^0.42.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4 || ~14"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "9b3bd55ff8e8f9438817255976e77fd456b19d72"
|
|
44
44
|
}
|