@plaidev/karte-action-sdk 1.1.130 → 1.1.131-27959459.4bcace4e

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.
@@ -213,6 +213,8 @@ type Length = `${number}${LengthUnit}` | "auto";
213
213
  /** @internal */
214
214
  type Color = `#${string}` | `rgba(${string})`;
215
215
  /** @internal */
216
+ type FontWeight = string;
217
+ /** @internal */
216
218
  declare const Justifies: readonly [
217
219
  "flex-start",
218
220
  "center",
@@ -229,6 +231,13 @@ declare const Alignments: readonly [
229
231
  /** @internal */
230
232
  type Alignment = (typeof Alignments)[number];
231
233
  /** @internal */
234
+ declare const FlexDirections: readonly [
235
+ "row",
236
+ "column"
237
+ ];
238
+ /** @internal */
239
+ type FlexDirection = (typeof FlexDirections)[number];
240
+ /** @internal */
232
241
  declare const ObjectFits: readonly [
233
242
  "fill",
234
243
  "contain",
@@ -282,6 +291,8 @@ type BorderStyle = string;
282
291
  /** @internal */
283
292
  type BorderWidth = `${number}px`;
284
293
  /** @internal */
294
+ type BoxShadow = string;
295
+ /** @internal */
285
296
  type Style = string;
286
297
  /** @internal */
287
298
  type StateName = string;
@@ -452,15 +463,6 @@ declare const DefaultFormSelectStyle: {
452
463
  readonly colorFocused: "#2aab9f";
453
464
  };
454
465
  /** @internal */
455
- type FormRatingButtonType = "star" | "face";
456
- /** @internal */
457
- declare const FormRatingButtonTypes: readonly [
458
- "star",
459
- "face"
460
- ];
461
- /** @internal */
462
- declare const DefaultFormRatingButtonType: "star";
463
- /** @internal */
464
466
  type Store<T> = Writable_<T>; // Wrap svelte tools
465
467
  /**
466
468
  * get store state value
@@ -1722,6 +1724,8 @@ declare namespace widget {
1722
1724
  /** @internal */
1723
1725
  type Color = `#${string}` | `rgba(${string})`;
1724
1726
  /** @internal */
1727
+ type FontWeight = string;
1728
+ /** @internal */
1725
1729
  const Justifies: readonly [
1726
1730
  "flex-start",
1727
1731
  "center",
@@ -1738,6 +1742,13 @@ declare namespace widget {
1738
1742
  /** @internal */
1739
1743
  type Alignment = (typeof Alignments)[number];
1740
1744
  /** @internal */
1745
+ const FlexDirections: readonly [
1746
+ "row",
1747
+ "column"
1748
+ ];
1749
+ /** @internal */
1750
+ type FlexDirection = (typeof FlexDirections)[number];
1751
+ /** @internal */
1741
1752
  const ObjectFits: readonly [
1742
1753
  "fill",
1743
1754
  "contain",
@@ -1791,6 +1802,8 @@ declare namespace widget {
1791
1802
  /** @internal */
1792
1803
  type BorderWidth = `${number}px`;
1793
1804
  /** @internal */
1805
+ type BoxShadow = string;
1806
+ /** @internal */
1794
1807
  type Style = string;
1795
1808
  /** @internal */
1796
1809
  type StateName = string;
@@ -1961,15 +1974,6 @@ declare namespace widget {
1961
1974
  readonly colorFocused: "#2aab9f";
1962
1975
  };
1963
1976
  /** @internal */
1964
- type FormRatingButtonType = "star" | "face";
1965
- /** @internal */
1966
- const FormRatingButtonTypes: readonly [
1967
- "star",
1968
- "face"
1969
- ];
1970
- /** @internal */
1971
- const DefaultFormRatingButtonType: "star";
1972
- /** @internal */
1973
1977
  type Store<T> = Writable_<T>; // Wrap svelte tools
1974
1978
  /**
1975
1979
  * get store state value
@@ -3253,7 +3257,7 @@ declare namespace widget {
3253
3257
  */
3254
3258
  export { showAction as show, closeAction as hide };
3255
3259
  }
3256
- 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, Justifies, Justify, Alignments, Alignment, ObjectFits, ObjectFit, ClipPaths, ClipPath, Repeats, Repeat, BackgroundSizes, BackgroundSize, Cursors, Cursor, Overflows, Overflow, Border, BorderStyle, BorderWidth, 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, FormRatingButtonType, FormRatingButtonTypes, DefaultFormRatingButtonType, 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 };
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 };
3257
3261
  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 };
3258
3262
  export { default as State } from './components/State.svelte';
3259
3263
  export { default as StateItem } from './components/StateItem.svelte';
@@ -3275,7 +3279,7 @@ export { default as FormTextarea } from './components/FormTextarea.svelte';
3275
3279
  export { default as FormRadioButtons } from './components/FormRadioButtons.svelte';
3276
3280
  export { default as FormSelect } from './components/FormSelect.svelte';
3277
3281
  export { default as FormCheckBoxes } from './components/FormCheckBoxes.svelte';
3278
- export { default as FormRatingButtons } from './components/FormRatingButtons.svelte';
3282
+ export { default as FormRatingButtonsNumber } from './components/FormRatingButtonsNumber.svelte';
3279
3283
  export { default as Slide } from './components/Slide.svelte';
3280
3284
  export { default as SlideItem } from './components/SlideItem.svelte';
3281
3285
  export { default as TextBlock } from './components/TextBlock.svelte';