@plaidev/karte-action-sdk 1.1.112-27920689.bf0c11cc → 1.1.112-27920847.e1abaaeb

Sign up to get free protection for your applications and to get access to all the features.
@@ -159,6 +159,36 @@ declare const OnClickOperationOptions: readonly [
159
159
  }
160
160
  ];
161
161
  type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
162
+ declare const FormOperationOptions: readonly [
163
+ {
164
+ readonly operation: "submit";
165
+ readonly args: readonly [
166
+ {
167
+ readonly type: "TransitState";
168
+ readonly default: "/";
169
+ }
170
+ ];
171
+ },
172
+ {
173
+ readonly operation: "next";
174
+ readonly args: readonly [
175
+ {
176
+ readonly type: "TransitState";
177
+ readonly default: "/";
178
+ }
179
+ ];
180
+ },
181
+ {
182
+ readonly operation: "prev";
183
+ readonly args: readonly [
184
+ {
185
+ readonly type: "TransitState";
186
+ readonly default: "/";
187
+ }
188
+ ];
189
+ }
190
+ ];
191
+ type FormOperation = ConvertOperationOptions<typeof FormOperationOptions>;
162
192
  type LongText = string;
163
193
  type Url = string;
164
194
  type Image = string;
@@ -1124,6 +1154,36 @@ declare namespace widget {
1124
1154
  }
1125
1155
  ];
1126
1156
  type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
1157
+ const FormOperationOptions: readonly [
1158
+ {
1159
+ readonly operation: "submit";
1160
+ readonly args: readonly [
1161
+ {
1162
+ readonly type: "TransitState";
1163
+ readonly default: "/";
1164
+ }
1165
+ ];
1166
+ },
1167
+ {
1168
+ readonly operation: "next";
1169
+ readonly args: readonly [
1170
+ {
1171
+ readonly type: "TransitState";
1172
+ readonly default: "/";
1173
+ }
1174
+ ];
1175
+ },
1176
+ {
1177
+ readonly operation: "prev";
1178
+ readonly args: readonly [
1179
+ {
1180
+ readonly type: "TransitState";
1181
+ readonly default: "/";
1182
+ }
1183
+ ];
1184
+ }
1185
+ ];
1186
+ type FormOperation = ConvertOperationOptions<typeof FormOperationOptions>;
1127
1187
  type LongText = string;
1128
1188
  type Url = string;
1129
1189
  type Image = string;
@@ -1914,7 +1974,7 @@ declare namespace widget {
1914
1974
  */
1915
1975
  export { showAction as show, closeAction as hide };
1916
1976
  }
1917
- export { CloseTrigger, ALL_ACTION_ID, ALL_ACTION_SHORTEN_ID, actionId, ACTION_SHOW_EVENT, ACTION_CLOSE_EVENT, ACTION_DESTROY_EVENT, ACTION_CHANGE_STATE_EVENT, handleState, initialize, finalize, send_event, none, moveTo, linkTo, closeApp, runScript, execOnClickOperation, haveFunction, customAnimation, loadGlobalScript, applyGlobalCss, loadGlobalStyle, hashCode, setAutoStart, Store, getStoreState, SystemConfig, ActionEventHandler, ActionSetting, CustomVariables, actionSetting, getActionSetting, setActionSetting, resetActionSetting, system, getSystem, setSystem, state, setState, getState, states, addState, getStates, opened, isOpened, setOpened, closed, isClosed, setClosed, maximumZindex, setMaximumZindex, internalHandlers, getInternalHandlers, setInternalHandlers, updateInternalHandlers, customHandlers, getCustomHandlers, setCustomHandlers, updateCustomHandlers, destroyed, isDestroyed, setDestroyed, stopped, isStopped, setStopped, customVariables, getCustomVariables, setCustomVariables, updateCustomVariables, FormData, formData, NOOP, isPreview, handleFocus, setPreviousFocus, handleKeydown, getPositionStyle, getTransform, getMarginStyle, ScrollDirection, OnScrollContext, OnScrollFunction, onScroll, onTime, hasSuffix, toBr, randStr, PropTypes, PropType, Code, MediaQueries, MediaQuery, Directions, Direction, AnimationStyles, AnimationStyle, ModalPositions, ModalPosition, ModalMargin, ModalPlacement, DefaultModalPlacement, Elasticities, Elasticity, ElasticityStyle, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, LongText, Url, Image, LengthUnits, LengthUnit, Length, Color, Justifies, Justify, Alignments, Alignment, ObjectFits, ObjectFit, ClipPaths, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, Style, StateName, WritingModes, WritingMode, ListSeparatorTypes, ListSeparatorNone, ListSeparatorBorder, ListSeparatorGap, ListSeparator, DefaultListSeparatorNone, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparator, ListBackgroundTypes, ListBackgroundNone, ListBackgroundStripe, ListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListBackground, ListDirections, ListDirection, ListContext, hideOnScroll, hideOnTime, showOnScroll, showOnTime, ActionProps, ActionOptions, create, dispatchDestroyEvent, destroy, showAction, closeAction, KARTE_ACTION_ROOT, KARTE_ACTION_RID, KARTE_ACTION_SHORTEN_ID, ensureActionRoot, onCreate, onShow, onClose, onDestroy, onChangeState, h, createFog, EmbedLogic, embed, getActionShadowRoot, applyCss, loadStyle, showModal, ModalOptions, KARTE_MODAL_ROOT, ensureModalRoot, show, close, AppOptions, App, createApp, collection, widget };
1977
+ export { CloseTrigger, ALL_ACTION_ID, ALL_ACTION_SHORTEN_ID, actionId, ACTION_SHOW_EVENT, ACTION_CLOSE_EVENT, ACTION_DESTROY_EVENT, ACTION_CHANGE_STATE_EVENT, handleState, initialize, finalize, send_event, none, moveTo, linkTo, closeApp, runScript, execOnClickOperation, haveFunction, customAnimation, loadGlobalScript, applyGlobalCss, loadGlobalStyle, hashCode, setAutoStart, Store, getStoreState, SystemConfig, ActionEventHandler, ActionSetting, CustomVariables, actionSetting, getActionSetting, setActionSetting, resetActionSetting, system, getSystem, setSystem, state, setState, getState, states, addState, getStates, opened, isOpened, setOpened, closed, isClosed, setClosed, maximumZindex, setMaximumZindex, internalHandlers, getInternalHandlers, setInternalHandlers, updateInternalHandlers, customHandlers, getCustomHandlers, setCustomHandlers, updateCustomHandlers, destroyed, isDestroyed, setDestroyed, stopped, isStopped, setStopped, customVariables, getCustomVariables, setCustomVariables, updateCustomVariables, FormData, formData, NOOP, isPreview, handleFocus, setPreviousFocus, handleKeydown, getPositionStyle, getTransform, getMarginStyle, ScrollDirection, OnScrollContext, OnScrollFunction, onScroll, onTime, hasSuffix, toBr, randStr, PropTypes, PropType, Code, MediaQueries, MediaQuery, Directions, Direction, AnimationStyles, AnimationStyle, ModalPositions, ModalPosition, ModalMargin, ModalPlacement, DefaultModalPlacement, Elasticities, Elasticity, ElasticityStyle, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, FormOperationOptions, FormOperation, LongText, Url, Image, LengthUnits, LengthUnit, Length, Color, Justifies, Justify, Alignments, Alignment, ObjectFits, ObjectFit, ClipPaths, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, Style, StateName, WritingModes, WritingMode, ListSeparatorTypes, ListSeparatorNone, ListSeparatorBorder, ListSeparatorGap, ListSeparator, DefaultListSeparatorNone, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparator, ListBackgroundTypes, ListBackgroundNone, ListBackgroundStripe, ListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListBackground, ListDirections, ListDirection, ListContext, hideOnScroll, hideOnTime, showOnScroll, showOnTime, ActionProps, ActionOptions, create, dispatchDestroyEvent, destroy, showAction, closeAction, KARTE_ACTION_ROOT, KARTE_ACTION_RID, KARTE_ACTION_SHORTEN_ID, ensureActionRoot, onCreate, onShow, onClose, onDestroy, onChangeState, h, createFog, EmbedLogic, embed, getActionShadowRoot, applyCss, loadStyle, showModal, ModalOptions, KARTE_MODAL_ROOT, ensureModalRoot, show, close, AppOptions, App, createApp, collection, widget };
1918
1978
  export { default as State } from './components/State.svelte';
1919
1979
  export { default as StateItem } from './components/StateItem.svelte';
1920
1980
  export { default as Modal } from './components/Modal.svelte';
@@ -1935,6 +1995,7 @@ export { default as FormTextarea } from './components/FormTextarea.svelte';
1935
1995
  export { default as FormButton } from './components/FormButton.svelte';
1936
1996
  export { default as FormRadioButtons } from './components/FormRadioButtons.svelte';
1937
1997
  export { default as FormSelect } from './components/FormSelect.svelte';
1998
+ export { default as FormCheckBoxes } from './components/FormCheckBoxes.svelte';
1938
1999
  export { default as Slider } from './components/Slider.svelte';
1939
2000
  export { default as SliderItem } from './components/SliderItem.svelte';
1940
2001
  export { default as TextBlock } from './components/TextBlock.svelte';