@plaidev/karte-action-sdk 1.1.108-27919072.89513d87 → 1.1.108-27919404.8048beda
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +24 -2
- package/dist/hydrate/index.es.js +460 -285
- package/dist/index.es.d.ts +24 -2
- package/dist/index.es.js +421 -275
- package/dist/templates.js +1 -1
- package/package.json +1 -1
@@ -525,6 +525,17 @@ declare function setCustomVariables(variables: CustomVariables): void;
|
|
525
525
|
* @return {CustomVariables} New custom variables
|
526
526
|
*/
|
527
527
|
declare function updateCustomVariables(variables: CustomVariables): CustomVariables;
|
528
|
+
interface FormData {
|
529
|
+
[name: string]: {
|
530
|
+
statePath: string;
|
531
|
+
value: any;
|
532
|
+
isValid: boolean;
|
533
|
+
};
|
534
|
+
}
|
535
|
+
/**
|
536
|
+
* Store for form data
|
537
|
+
*/
|
538
|
+
declare const formData: Writable_<FormData>;
|
528
539
|
type CloseTrigger = "button" | "overlay" | "auto" | "none";
|
529
540
|
declare const ALL_ACTION_ID = "KARTE_ALL_ACTION_ID";
|
530
541
|
declare const ALL_ACTION_SHORTEN_ID = "KARTE_ALL_ACTION_SHORTEN_ID";
|
@@ -1479,6 +1490,17 @@ declare namespace widget {
|
|
1479
1490
|
* @return {CustomVariables} New custom variables
|
1480
1491
|
*/
|
1481
1492
|
function updateCustomVariables(variables: CustomVariables): CustomVariables;
|
1493
|
+
interface FormData {
|
1494
|
+
[name: string]: {
|
1495
|
+
statePath: string;
|
1496
|
+
value: any;
|
1497
|
+
isValid: boolean;
|
1498
|
+
};
|
1499
|
+
}
|
1500
|
+
/**
|
1501
|
+
* Store for form data
|
1502
|
+
*/
|
1503
|
+
const formData: Writable_<FormData>;
|
1482
1504
|
type CloseTrigger = "button" | "overlay" | "auto" | "none";
|
1483
1505
|
const ALL_ACTION_ID = "KARTE_ALL_ACTION_ID";
|
1484
1506
|
const ALL_ACTION_SHORTEN_ID = "KARTE_ALL_ACTION_SHORTEN_ID";
|
@@ -1891,7 +1913,7 @@ declare namespace widget {
|
|
1891
1913
|
*/
|
1892
1914
|
export { showAction as show, closeAction as hide };
|
1893
1915
|
}
|
1894
|
-
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, 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 };
|
1916
|
+
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 };
|
1895
1917
|
export { default as State } from './components/State.svelte';
|
1896
1918
|
export { default as StateItem } from './components/StateItem.svelte';
|
1897
1919
|
export { default as Modal } from './components/Modal.svelte';
|
@@ -1908,10 +1930,10 @@ export { default as ListItem } from './components/ListItem.svelte';
|
|
1908
1930
|
export { default as EmbedElement } from './components/EmbedElement.svelte';
|
1909
1931
|
export { default as MovieYouTubeElement } from './components/MovieYouTubeElement.svelte';
|
1910
1932
|
export { default as MovieVimeoElement } from './components/MovieVimeoElement.svelte';
|
1911
|
-
export { default as Form } from './components/Form.svelte';
|
1912
1933
|
export { default as FormTextarea } from './components/FormTextarea.svelte';
|
1913
1934
|
export { default as FormButton } from './components/FormButton.svelte';
|
1914
1935
|
export { default as FormRadioButtons } from './components/FormRadioButtons.svelte';
|
1936
|
+
export { default as FormSelect } from './components/FormSelect.svelte';
|
1915
1937
|
export { default as TextBlock } from './components/TextBlock.svelte';
|
1916
1938
|
export { default as TextButtonBlock } from './components/TextButtonBlock.svelte';
|
1917
1939
|
export { default as ImageBlock } from './components/ImageBlock.svelte';
|