@plaidev/karte-action-sdk 1.1.136 → 1.1.137-27963515.80456e9a
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 +13 -37
- package/dist/hydrate/index.es.js +236 -161
- package/dist/index.es.d.ts +13 -37
- package/dist/index.es.js +235 -160
- package/dist/templates.cjs.d.ts +4 -1
- package/dist/templates.cjs.js +5 -3
- package/dist/templates.d.ts +4 -1
- package/dist/templates.js +5 -3
- package/package.json +1 -1
@@ -443,26 +443,14 @@ declare const DefaultSlideNavigationButton: {
|
|
443
443
|
/** @internal */
|
444
444
|
type FormInputName = string;
|
445
445
|
/** @internal */
|
446
|
-
interface
|
447
|
-
|
448
|
-
|
449
|
-
colorInactive: Color;
|
450
|
-
}
|
451
|
-
/** @internal */
|
452
|
-
declare const DefaultFormButtonStyle: {
|
453
|
-
readonly size: "16px";
|
454
|
-
readonly colorActive: "#2aab9f";
|
455
|
-
readonly colorInactive: "rgba(0, 16, 14, 0.06)";
|
456
|
-
};
|
457
|
-
/** @internal */
|
458
|
-
interface FormSelectStyle {
|
459
|
-
colorArrow: Color;
|
460
|
-
colorFocused: Color;
|
446
|
+
interface FormButtonColor {
|
447
|
+
main: Color;
|
448
|
+
sub: Color;
|
461
449
|
}
|
462
450
|
/** @internal */
|
463
|
-
declare const
|
464
|
-
readonly
|
465
|
-
readonly
|
451
|
+
declare const DefaultFormButtonColor: {
|
452
|
+
readonly main: "#2aab9f";
|
453
|
+
readonly sub: "#fff";
|
466
454
|
};
|
467
455
|
/** @internal */
|
468
456
|
type Store<T> = Writable_<T>; // Wrap svelte tools
|
@@ -1934,26 +1922,14 @@ declare namespace widget {
|
|
1934
1922
|
/** @internal */
|
1935
1923
|
type FormInputName = string;
|
1936
1924
|
/** @internal */
|
1937
|
-
interface
|
1938
|
-
|
1939
|
-
|
1940
|
-
colorInactive: Color;
|
1941
|
-
}
|
1942
|
-
/** @internal */
|
1943
|
-
const DefaultFormButtonStyle: {
|
1944
|
-
readonly size: "16px";
|
1945
|
-
readonly colorActive: "#2aab9f";
|
1946
|
-
readonly colorInactive: "rgba(0, 16, 14, 0.06)";
|
1947
|
-
};
|
1948
|
-
/** @internal */
|
1949
|
-
interface FormSelectStyle {
|
1950
|
-
colorArrow: Color;
|
1951
|
-
colorFocused: Color;
|
1925
|
+
interface FormButtonColor {
|
1926
|
+
main: Color;
|
1927
|
+
sub: Color;
|
1952
1928
|
}
|
1953
1929
|
/** @internal */
|
1954
|
-
const
|
1955
|
-
readonly
|
1956
|
-
readonly
|
1930
|
+
const DefaultFormButtonColor: {
|
1931
|
+
readonly main: "#2aab9f";
|
1932
|
+
readonly sub: "#fff";
|
1957
1933
|
};
|
1958
1934
|
/** @internal */
|
1959
1935
|
type Store<T> = Writable_<T>; // Wrap svelte tools
|
@@ -3207,7 +3183,7 @@ declare namespace widget {
|
|
3207
3183
|
*/
|
3208
3184
|
export { showAction as show, closeAction as hide };
|
3209
3185
|
}
|
3210
|
-
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getVariables, setVariables, getEventHandlers, setEventHandlers, 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,
|
3186
|
+
export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, getState, setState, getStates, isOpened, getVariables, setVariables, getEventHandlers, setEventHandlers, 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, FormButtonColor, DefaultFormButtonColor, 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 };
|
3211
3187
|
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 };
|
3212
3188
|
export { default as State } from './components/State.svelte';
|
3213
3189
|
export { default as StateItem } from './components/StateItem.svelte';
|