@plaidev/karte-action-sdk 1.1.134 → 1.1.135-27960913.c471d44d
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 +9 -3
- package/dist/hydrate/index.es.js +385 -129
- package/dist/index.es.d.ts +9 -3
- package/dist/index.es.js +363 -129
- package/dist/templates.cjs.js +2 -0
- package/dist/templates.js +2 -0
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
@@ -295,7 +295,7 @@ type BoxShadow = string;
|
|
295
295
|
/** @internal */
|
296
296
|
type Style = string;
|
297
297
|
/** @internal */
|
298
|
-
type
|
298
|
+
type TransitState = string;
|
299
299
|
/** @internal */
|
300
300
|
declare const WritingModes: readonly [
|
301
301
|
"horizontal-tb",
|
@@ -304,6 +304,8 @@ declare const WritingModes: readonly [
|
|
304
304
|
/** @internal */
|
305
305
|
type WritingMode = (typeof WritingModes)[number];
|
306
306
|
/** @internal */
|
307
|
+
type DateTime = string;
|
308
|
+
/** @internal */
|
307
309
|
declare const ListSeparatorTypes: readonly [
|
308
310
|
"none",
|
309
311
|
"border",
|
@@ -1806,7 +1808,7 @@ declare namespace widget {
|
|
1806
1808
|
/** @internal */
|
1807
1809
|
type Style = string;
|
1808
1810
|
/** @internal */
|
1809
|
-
type
|
1811
|
+
type TransitState = string;
|
1810
1812
|
/** @internal */
|
1811
1813
|
const WritingModes: readonly [
|
1812
1814
|
"horizontal-tb",
|
@@ -1815,6 +1817,8 @@ declare namespace widget {
|
|
1815
1817
|
/** @internal */
|
1816
1818
|
type WritingMode = (typeof WritingModes)[number];
|
1817
1819
|
/** @internal */
|
1820
|
+
type DateTime = string;
|
1821
|
+
/** @internal */
|
1818
1822
|
const ListSeparatorTypes: readonly [
|
1819
1823
|
"none",
|
1820
1824
|
"border",
|
@@ -3257,7 +3261,7 @@ declare namespace widget {
|
|
3257
3261
|
*/
|
3258
3262
|
export { showAction as show, closeAction as hide };
|
3259
3263
|
}
|
3260
|
-
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getVariables, setVariables, updateVariables, getEventHandlers, setEventHandlers, updateEventHandlers, getSystem, setSetting, eventHandlers, variables, formData, state, opened, closed, destroyed, stopped, isClosed, setClosed, getStoreState, getCustomVariables, setCustomVariables, updateCustomVariables, getCustomHandlers, setCustomHandlers, updateCustomHandlers, setActionSetting, customHandlers, customVariables, onScroll, onTime, getLogs, getEvents, logger, listenLogger, 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, FontWeight, Justifies, Justify, Alignments, Alignment, FlexDirections, FlexDirection, ObjectFits, ObjectFit, ClipPaths, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, BoxShadow, Style,
|
3264
|
+
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getVariables, setVariables, updateVariables, getEventHandlers, setEventHandlers, updateEventHandlers, getSystem, setSetting, eventHandlers, variables, formData, state, opened, closed, destroyed, stopped, isClosed, setClosed, getStoreState, getCustomVariables, setCustomVariables, updateCustomVariables, getCustomHandlers, setCustomHandlers, updateCustomHandlers, setActionSetting, customHandlers, customVariables, onScroll, onTime, getLogs, getEvents, logger, listenLogger, 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, FontWeight, Justifies, Justify, Alignments, Alignment, FlexDirections, FlexDirection, ObjectFits, ObjectFit, ClipPaths, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, BoxShadow, Style, TransitState, WritingModes, WritingMode, DateTime, ListSeparatorTypes, EdgePosition, DefaultEdgePosition, 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, FormInputName, FormButtonStyle, DefaultFormButtonStyle, FormSelectStyle, DefaultFormSelectStyle, create, showAction, closeAction, destroyAction, loadStyle, applyCss, getActionRoot, onCreate, onShow, onClose, onDestroy, onChangeState, showModal, ensureModalRoot, show, close, destroy, createApp, createFog, KARTE_MODAL_ROOT, ACTION_HOOK_LABEL, getActionShadowRoot, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, widget };
|
3261
3265
|
export type { CloseTrigger, ActionVariables, ActionEventHandler, SystemConfig, CustomVariables, OnScrollContext, OnScrollFunction, ScrollDirection, LogLevel, Log, Event, ActionProps, ActionOptions, ActionHook, ActionCloseHook, ActionChangeStateHook, SendFunction, ActionHookLog, CollectionConfig, ActionTableRowRequestConfig, ActionTableRowsRequestConfig, ActionTableQueryRequestConfig, ActionTableRequestConfig };
|
3262
3266
|
export { default as State } from './components/State.svelte';
|
3263
3267
|
export { default as StateItem } from './components/StateItem.svelte';
|
@@ -3282,6 +3286,8 @@ export { default as FormCheckBoxes } from './components/FormCheckBoxes.svelte';
|
|
3282
3286
|
export { default as FormRatingButtonsNumber } from './components/FormRatingButtonsNumber.svelte';
|
3283
3287
|
export { default as Slide } from './components/Slide.svelte';
|
3284
3288
|
export { default as SlideItem } from './components/SlideItem.svelte';
|
3289
|
+
export { default as Countdown } from './components/Countdown.svelte';
|
3290
|
+
export { default as Box } from './components/Box.svelte';
|
3285
3291
|
export { default as TextBlock } from './components/TextBlock.svelte';
|
3286
3292
|
export { default as TextButtonBlock } from './components/TextButtonBlock.svelte';
|
3287
3293
|
export { default as ImageBlock } from './components/ImageBlock.svelte';
|