File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " oflow-interface" ,
3- "version" : " 0.8.33 " ,
3+ "version" : " 0.8.34 " ,
44 "description" : " Interface package for O FLOW. You can use this package to build your own plugin that can control anything." ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11import { DivProps } from "@/api/components/interface/base-types" ;
22
3- export interface RsdSelectableButtonProps extends DivProps {
3+ export interface RsdCheckableButtonProps extends DivProps {
44 value : boolean
55 onChange : ( value : any ) => void
66 label : string
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {RsdNoneProps} from "./components/rsd/rsd-none-props";
2929import { RsdNumberProps } from "./components/rsd/rsd-number-props" ;
3030import { RsdNumberListProps } from "./components/rsd/rsd-number-list-props" ;
3131import { RsdSwitchProps } from "./components/rsd/rsd-switch-props" ;
32- import { RsdSelectableButtonProps } from "./components/rsd/rsd-selectable -button-props" ;
32+ import { RsdCheckableButtonProps } from "./components/rsd/rsd-checkable -button-props" ;
3333import { AntSelectProps } from "./components/ant/ant-select-props" ;
3434import { FlexGrowProps } from "./components/dev/flex-grow-props" ;
3535import ThemeProviderProps from "./components/ant/theme-provider-props" ;
@@ -121,7 +121,7 @@ export interface OfpApi {
121121
122122 rsd : {
123123 RsdButton : FunctionComponent < RsdButtonProps >
124- RsdSelectableButton : FunctionComponent < RsdSelectableButtonProps >
124+ RsdCheckableButton : FunctionComponent < RsdCheckableButtonProps >
125125 RsdCheckbox : FunctionComponent < RsdCheckboxProps >
126126 RsdColor : FunctionComponent < RsdColorProps >
127127 RsdSelect : FunctionComponent < RsdSelectProps >
@@ -145,7 +145,7 @@ export interface OfpApi {
145145
146146 styles : {
147147 rss : any
148- rsbStyles : any
148+ checkableButtonStyles : any
149149 }
150150
151151 utils : {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import { RsdMentionsProps } from "./api/components/rsd/rsd-mentions-props";
5454import { RsdNoneProps } from "./api/components/rsd/rsd-none-props" ;
5555import { RsdNumberListProps } from "./api/components/rsd/rsd-number-list-props" ;
5656import { RsdNumberProps } from "./api/components/rsd/rsd-number-props" ;
57- import { RsdSelectableButtonProps } from "./api/components/rsd/rsd-selectable -button-props" ;
57+ import { RsdCheckableButtonProps } from "./api/components/rsd/rsd-checkable -button-props" ;
5858import { RsdSwitchProps } from "./api/components/rsd/rsd-switch-props" ;
5959import { RsdTitleProps } from "./api/components/rsd/rsd-title-props" ;
6060import ThemeProviderProps from "./api/components/ant/theme-provider-props" ;
@@ -213,7 +213,7 @@ export type {
213213 RsdNoneProps ,
214214 RsdNumberListProps ,
215215 RsdNumberProps ,
216- RsdSelectableButtonProps ,
216+ RsdCheckableButtonProps ,
217217 RsdSwitchProps ,
218218 RsdTitleProps ,
219219 ThemeProviderProps ,
You can’t perform that action at this time.
0 commit comments