@plaidev/karte-action-sdk 1.1.134-27960692.e720b7c2 → 1.1.134-27960748.4f3d053e

Sign up to get free protection for your applications and to get access to all the features.
@@ -295,7 +295,7 @@ type BoxShadow = string;
295
295
  /** @internal */
296
296
  type Style = string;
297
297
  /** @internal */
298
- type StateName = string;
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 StateName = string;
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, StateName, WritingModes, WritingMode, 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 };
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,7 @@ 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';
3285
3290
  export { default as TextBlock } from './components/TextBlock.svelte';
3286
3291
  export { default as TextButtonBlock } from './components/TextButtonBlock.svelte';
3287
3292
  export { default as ImageBlock } from './components/ImageBlock.svelte';