@plaidev/karte-action-sdk 1.1.107 → 1.1.108-27918306.f8f4fc25

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.
@@ -17,6 +17,7 @@ declare const PropTypes: readonly [
17
17
  "Color",
18
18
  "Alignment",
19
19
  "State",
20
+ "TransitState",
20
21
  "Style",
21
22
  "ModalPlacement",
22
23
  "OnClick"
@@ -88,7 +89,7 @@ type OperationArgumentTypes = {
88
89
  StringKeyword: string;
89
90
  BooleanKeyword: boolean;
90
91
  NumberKeyword: number;
91
- State: string;
92
+ TransitState: string;
92
93
  Url: string;
93
94
  Handler: string;
94
95
  Trigger: string;
@@ -133,7 +134,7 @@ declare const OnClickOperationOptions: readonly [
133
134
  readonly operation: "moveTo";
134
135
  readonly args: readonly [
135
136
  {
136
- readonly type: "State";
137
+ readonly type: "TransitState";
137
138
  readonly default: "/";
138
139
  }
139
140
  ];
@@ -190,7 +191,11 @@ declare const ObjectFits: readonly [
190
191
  "cover"
191
192
  ];
192
193
  type ObjectFit = (typeof ObjectFits)[number];
193
- type ClipPath = string;
194
+ declare const ClipPaths: readonly [
195
+ "none",
196
+ "circle(closest-side)"
197
+ ];
198
+ type ClipPath = (typeof ClipPaths)[number];
194
199
  declare const Repeats: readonly [
195
200
  "repeat",
196
201
  "space",
@@ -953,6 +958,7 @@ declare namespace widget {
953
958
  "Color",
954
959
  "Alignment",
955
960
  "State",
961
+ "TransitState",
956
962
  "Style",
957
963
  "ModalPlacement",
958
964
  "OnClick"
@@ -1024,7 +1030,7 @@ declare namespace widget {
1024
1030
  StringKeyword: string;
1025
1031
  BooleanKeyword: boolean;
1026
1032
  NumberKeyword: number;
1027
- State: string;
1033
+ TransitState: string;
1028
1034
  Url: string;
1029
1035
  Handler: string;
1030
1036
  Trigger: string;
@@ -1069,7 +1075,7 @@ declare namespace widget {
1069
1075
  readonly operation: "moveTo";
1070
1076
  readonly args: readonly [
1071
1077
  {
1072
- readonly type: "State";
1078
+ readonly type: "TransitState";
1073
1079
  readonly default: "/";
1074
1080
  }
1075
1081
  ];
@@ -1126,7 +1132,11 @@ declare namespace widget {
1126
1132
  "cover"
1127
1133
  ];
1128
1134
  type ObjectFit = (typeof ObjectFits)[number];
1129
- type ClipPath = string;
1135
+ const ClipPaths: readonly [
1136
+ "none",
1137
+ "circle(closest-side)"
1138
+ ];
1139
+ type ClipPath = (typeof ClipPaths)[number];
1130
1140
  const Repeats: readonly [
1131
1141
  "repeat",
1132
1142
  "space",
@@ -1855,7 +1865,7 @@ declare namespace widget {
1855
1865
  */
1856
1866
  export { showAction as show, closeAction as hide };
1857
1867
  }
1858
- 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, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, Style, StateName, WritingModes, WritingMode, ListSeparatorNone, ListSeparatorBorder, ListSeparatorGap, ListSeparator, DefaultListSeparatorNone, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparator, ListBackgroundNone, ListBackgroundStripe, ListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListBackground, 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 };
1868
+ 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, ListSeparatorNone, ListSeparatorBorder, ListSeparatorGap, ListSeparator, DefaultListSeparatorNone, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparator, ListBackgroundNone, ListBackgroundStripe, ListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListBackground, 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 };
1859
1869
  export { default as State } from './components/State.svelte';
1860
1870
  export { default as StateItem } from './components/StateItem.svelte';
1861
1871
  export { default as Modal } from './components/Modal.svelte';