@plaidev/karte-action-sdk 1.1.119-27929222.4cbf467a → 1.1.119-27929495.c92443f3
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/dist/hydrate/index.es.d.ts +17 -22
- package/dist/hydrate/index.es.js +293 -326
- package/dist/index.es.d.ts +17 -22
- package/dist/index.es.js +288 -314
- package/dist/templates.js +0 -1
- package/package.json +1 -1
@@ -178,14 +178,9 @@ declare const OnClickOperationOptions: readonly [
|
|
178
178
|
readonly default: "";
|
179
179
|
}
|
180
180
|
];
|
181
|
-
}
|
182
|
-
];
|
183
|
-
/** @internal */
|
184
|
-
type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
|
185
|
-
/** @internal */
|
186
|
-
declare const FormOperationOptions: readonly [
|
181
|
+
},
|
187
182
|
{
|
188
|
-
readonly operation: "
|
183
|
+
readonly operation: "submitForm";
|
189
184
|
readonly args: readonly [
|
190
185
|
{
|
191
186
|
readonly type: "TransitState";
|
@@ -194,7 +189,7 @@ declare const FormOperationOptions: readonly [
|
|
194
189
|
];
|
195
190
|
},
|
196
191
|
{
|
197
|
-
readonly operation: "
|
192
|
+
readonly operation: "nextForm";
|
198
193
|
readonly args: readonly [
|
199
194
|
{
|
200
195
|
readonly type: "TransitState";
|
@@ -203,7 +198,7 @@ declare const FormOperationOptions: readonly [
|
|
203
198
|
];
|
204
199
|
},
|
205
200
|
{
|
206
|
-
readonly operation: "
|
201
|
+
readonly operation: "prevForm";
|
207
202
|
readonly args: readonly [
|
208
203
|
{
|
209
204
|
readonly type: "TransitState";
|
@@ -213,7 +208,7 @@ declare const FormOperationOptions: readonly [
|
|
213
208
|
}
|
214
209
|
];
|
215
210
|
/** @internal */
|
216
|
-
type
|
211
|
+
type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
|
217
212
|
/** @internal */
|
218
213
|
type LongText = string;
|
219
214
|
/** @internal */
|
@@ -1471,14 +1466,9 @@ declare namespace widget {
|
|
1471
1466
|
readonly default: "";
|
1472
1467
|
}
|
1473
1468
|
];
|
1474
|
-
}
|
1475
|
-
];
|
1476
|
-
/** @internal */
|
1477
|
-
type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
|
1478
|
-
/** @internal */
|
1479
|
-
const FormOperationOptions: readonly [
|
1469
|
+
},
|
1480
1470
|
{
|
1481
|
-
readonly operation: "
|
1471
|
+
readonly operation: "submitForm";
|
1482
1472
|
readonly args: readonly [
|
1483
1473
|
{
|
1484
1474
|
readonly type: "TransitState";
|
@@ -1487,7 +1477,7 @@ declare namespace widget {
|
|
1487
1477
|
];
|
1488
1478
|
},
|
1489
1479
|
{
|
1490
|
-
readonly operation: "
|
1480
|
+
readonly operation: "nextForm";
|
1491
1481
|
readonly args: readonly [
|
1492
1482
|
{
|
1493
1483
|
readonly type: "TransitState";
|
@@ -1496,7 +1486,7 @@ declare namespace widget {
|
|
1496
1486
|
];
|
1497
1487
|
},
|
1498
1488
|
{
|
1499
|
-
readonly operation: "
|
1489
|
+
readonly operation: "prevForm";
|
1500
1490
|
readonly args: readonly [
|
1501
1491
|
{
|
1502
1492
|
readonly type: "TransitState";
|
@@ -1506,7 +1496,7 @@ declare namespace widget {
|
|
1506
1496
|
}
|
1507
1497
|
];
|
1508
1498
|
/** @internal */
|
1509
|
-
type
|
1499
|
+
type OnClickOperation = ConvertOperationOptions<typeof OnClickOperationOptions>;
|
1510
1500
|
/** @internal */
|
1511
1501
|
type LongText = string;
|
1512
1502
|
/** @internal */
|
@@ -2169,6 +2159,12 @@ declare namespace widget {
|
|
2169
2159
|
/** @internal */
|
2170
2160
|
const runScript: (handlerName: string) => () => void;
|
2171
2161
|
/** @internal */
|
2162
|
+
const submitForm: (to: string) => () => void;
|
2163
|
+
/** @internal */
|
2164
|
+
const nextForm: (to: string) => () => void;
|
2165
|
+
/** @internal */
|
2166
|
+
const prevForm: (to: string) => () => void;
|
2167
|
+
/** @internal */
|
2172
2168
|
const execOnClickOperation: (onClickOperation: OnClickOperation) => void;
|
2173
2169
|
/** @internal */
|
2174
2170
|
const haveFunction: (onClickOperation: OnClickOperation) => boolean;
|
@@ -2778,7 +2774,7 @@ declare namespace widget {
|
|
2778
2774
|
*/
|
2779
2775
|
export { showAction as show, closeAction as hide };
|
2780
2776
|
}
|
2781
|
-
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getCustomVariables, setCustomVariables, updateCustomVariables, getCustomHandlers, setCustomHandlers, updateCustomHandlers, getSystem, setActionSetting, customHandlers, customVariables, formData, state, opened, closed, destroyed, stopped, isClosed, setClosed, getStoreState, onScroll, onTime, hideOnScroll, hideOnTime, showOnScroll, showOnTime, PropTypes, PropType, Code, MediaQueries, MediaQuery, Directions, Direction, AnimationStyles, AnimationStyle, ModalPositions, ModalPosition, ModalMargin, ModalPlacement, DefaultModalPlacement, Elasticities, Elasticity, ElasticityStyle, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation,
|
2777
|
+
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getCustomVariables, setCustomVariables, updateCustomVariables, getCustomHandlers, setCustomHandlers, updateCustomHandlers, getSystem, setActionSetting, customHandlers, customVariables, formData, state, opened, closed, destroyed, stopped, isClosed, setClosed, getStoreState, onScroll, onTime, hideOnScroll, hideOnTime, showOnScroll, showOnTime, 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, SlideButtonIcon, SlideButtonText, SlideButton, DefaultSlideButton, SlideButtonPosition, SlideNavigationButton, DefaultSlideNavigationButton, create, destroy, closeAction, showAction, loadStyle, applyCss, getActionShadowRoot, onCreate, onShow, onClose, onDestroy, onChangeState, showModal, ensureModalRoot, show, close, createApp, createFog, KARTE_MODAL_ROOT, collection, widget };
|
2782
2778
|
export type { CloseTrigger, CustomVariables, ActionEventHandler, SystemConfig, OnScrollContext, OnScrollFunction, ScrollDirection, ActionProps, ActionOptions, ActionHook, ActionCloseHook, ActionChangeStateHook, SendFunction, CollectionConfig };
|
2783
2779
|
export { default as State } from './components/State.svelte';
|
2784
2780
|
export { default as StateItem } from './components/StateItem.svelte';
|
@@ -2797,7 +2793,6 @@ export { default as EmbedElement } from './components/EmbedElement.svelte';
|
|
2797
2793
|
export { default as MovieYouTubeElement } from './components/MovieYouTubeElement.svelte';
|
2798
2794
|
export { default as MovieVimeoElement } from './components/MovieVimeoElement.svelte';
|
2799
2795
|
export { default as FormTextarea } from './components/FormTextarea.svelte';
|
2800
|
-
export { default as FormButton } from './components/FormButton.svelte';
|
2801
2796
|
export { default as FormRadioButtons } from './components/FormRadioButtons.svelte';
|
2802
2797
|
export { default as FormSelect } from './components/FormSelect.svelte';
|
2803
2798
|
export { default as FormCheckBoxes } from './components/FormCheckBoxes.svelte';
|