@plaidev/karte-action-sdk 1.1.120 → 1.1.121-27933307.3ec68f65
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 +67 -1
- package/dist/hydrate/index.es.js +483 -204
- package/dist/index.es.d.ts +67 -1
- package/dist/index.es.js +437 -176
- package/package.json +2 -2
@@ -439,6 +439,39 @@ declare const DefaultSlideNavigationButton: {
|
|
439
439
|
readonly colorActive: "#666";
|
440
440
|
};
|
441
441
|
/** @internal */
|
442
|
+
type FormInputName = string;
|
443
|
+
/** @internal */
|
444
|
+
interface FormButtonStyle {
|
445
|
+
size: Length;
|
446
|
+
colorActive: Color;
|
447
|
+
colorInactive: Color;
|
448
|
+
}
|
449
|
+
/** @internal */
|
450
|
+
declare const DefaultFormButtonStyle: {
|
451
|
+
readonly size: "16px";
|
452
|
+
readonly colorActive: "#2aab9f";
|
453
|
+
readonly colorInactive: "rgba(0, 16, 14, 0.06)";
|
454
|
+
};
|
455
|
+
/** @internal */
|
456
|
+
interface FormSelectStyle {
|
457
|
+
colorArrow: Color;
|
458
|
+
colorFocused: Color;
|
459
|
+
}
|
460
|
+
/** @internal */
|
461
|
+
declare const DefaultFormSelectStyle: {
|
462
|
+
readonly colorArrow: "#333";
|
463
|
+
readonly colorFocused: "#2aab9f";
|
464
|
+
};
|
465
|
+
/** @internal */
|
466
|
+
type FormRatingButtonType = "star" | "face";
|
467
|
+
/** @internal */
|
468
|
+
declare const FormRatingButtonTypes: readonly [
|
469
|
+
"star",
|
470
|
+
"face"
|
471
|
+
];
|
472
|
+
/** @internal */
|
473
|
+
declare const DefaultFormRatingButtonType: "star";
|
474
|
+
/** @internal */
|
442
475
|
type Store<T> = Writable_<T>; // Wrap svelte tools
|
443
476
|
/**
|
444
477
|
* get store state value
|
@@ -1727,6 +1760,39 @@ declare namespace widget {
|
|
1727
1760
|
readonly colorActive: "#666";
|
1728
1761
|
};
|
1729
1762
|
/** @internal */
|
1763
|
+
type FormInputName = string;
|
1764
|
+
/** @internal */
|
1765
|
+
interface FormButtonStyle {
|
1766
|
+
size: Length;
|
1767
|
+
colorActive: Color;
|
1768
|
+
colorInactive: Color;
|
1769
|
+
}
|
1770
|
+
/** @internal */
|
1771
|
+
const DefaultFormButtonStyle: {
|
1772
|
+
readonly size: "16px";
|
1773
|
+
readonly colorActive: "#2aab9f";
|
1774
|
+
readonly colorInactive: "rgba(0, 16, 14, 0.06)";
|
1775
|
+
};
|
1776
|
+
/** @internal */
|
1777
|
+
interface FormSelectStyle {
|
1778
|
+
colorArrow: Color;
|
1779
|
+
colorFocused: Color;
|
1780
|
+
}
|
1781
|
+
/** @internal */
|
1782
|
+
const DefaultFormSelectStyle: {
|
1783
|
+
readonly colorArrow: "#333";
|
1784
|
+
readonly colorFocused: "#2aab9f";
|
1785
|
+
};
|
1786
|
+
/** @internal */
|
1787
|
+
type FormRatingButtonType = "star" | "face";
|
1788
|
+
/** @internal */
|
1789
|
+
const FormRatingButtonTypes: readonly [
|
1790
|
+
"star",
|
1791
|
+
"face"
|
1792
|
+
];
|
1793
|
+
/** @internal */
|
1794
|
+
const DefaultFormRatingButtonType: "star";
|
1795
|
+
/** @internal */
|
1730
1796
|
type Store<T> = Writable_<T>; // Wrap svelte tools
|
1731
1797
|
/**
|
1732
1798
|
* get store state value
|
@@ -2774,7 +2840,7 @@ declare namespace widget {
|
|
2774
2840
|
*/
|
2775
2841
|
export { showAction as show, closeAction as hide };
|
2776
2842
|
}
|
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 };
|
2843
|
+
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, FormInputName, FormButtonStyle, DefaultFormButtonStyle, FormSelectStyle, DefaultFormSelectStyle, FormRatingButtonType, FormRatingButtonTypes, DefaultFormRatingButtonType, create, destroy, closeAction, showAction, loadStyle, applyCss, getActionShadowRoot, onCreate, onShow, onClose, onDestroy, onChangeState, showModal, ensureModalRoot, show, close, createApp, createFog, KARTE_MODAL_ROOT, collection, widget };
|
2778
2844
|
export type { CloseTrigger, CustomVariables, ActionEventHandler, SystemConfig, OnScrollContext, OnScrollFunction, ScrollDirection, ActionProps, ActionOptions, ActionHook, ActionCloseHook, ActionChangeStateHook, SendFunction, CollectionConfig };
|
2779
2845
|
export { default as State } from './components/State.svelte';
|
2780
2846
|
export { default as StateItem } from './components/StateItem.svelte';
|