@plaidev/karte-action-sdk 1.1.235-28695570.348a354a → 1.1.237
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +1 -42
- package/dist/hydrate/index.es.js +463 -791
- package/dist/index.es.d.ts +1 -42
- package/dist/index.es.js +463 -761
- package/dist/templates.cjs.js +0 -1
- package/dist/templates.js +0 -1
- package/meta/karte-action-sdk.api.json +8155 -0
- package/package.json +1 -1
@@ -2469,46 +2469,6 @@ type ButtonProps = CommonProps & {
|
|
2469
2469
|
width?: Properties["width"];
|
2470
2470
|
wrap?: "wrap" | "nowrap";
|
2471
2471
|
};
|
2472
|
-
declare const TEXT_BUTTON_SIZE: {
|
2473
|
-
readonly extra_small: "XSmall";
|
2474
|
-
readonly small: "Small";
|
2475
|
-
readonly medium: "Medium";
|
2476
|
-
readonly large: "Large";
|
2477
|
-
readonly extra_large: "XLarge";
|
2478
|
-
};
|
2479
|
-
declare const TEXT_BUTTON_COLOR: {
|
2480
|
-
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2481
|
-
readonly theme: "\u30C6\u30FC\u30DE\u30AB\u30E9\u30FC";
|
2482
|
-
readonly alert: "\u30A2\u30E9\u30FC\u30C8";
|
2483
|
-
};
|
2484
|
-
declare const TEXT_BUTTON_ROUND: {
|
2485
|
-
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2486
|
-
readonly none: "\u306A\u3057";
|
2487
|
-
readonly fulled: "\u5186\u5F62";
|
2488
|
-
};
|
2489
|
-
declare const TEXT_BUTTON_LINK_TARGET: {
|
2490
|
-
readonly _self: "\u753B\u9762\u5185\u9077\u79FB";
|
2491
|
-
readonly _blank: "\u5225\u30BF\u30D6\u3067\u958B\u304F";
|
2492
|
-
};
|
2493
|
-
declare const TEXT_BUTTON_ICON_ANGLE: {
|
2494
|
-
readonly row: "\u5DE6\u5074";
|
2495
|
-
readonly "row-reverse": "\u53F3\u5074";
|
2496
|
-
};
|
2497
|
-
type TextButtonProps = CommonProps & {
|
2498
|
-
label?: string;
|
2499
|
-
size?: keyof typeof TEXT_BUTTON_SIZE;
|
2500
|
-
color?: keyof typeof TEXT_BUTTON_COLOR;
|
2501
|
-
round?: keyof typeof TEXT_BUTTON_ROUND;
|
2502
|
-
isLink?: boolean;
|
2503
|
-
isIcon?: boolean;
|
2504
|
-
linkUrl?: string;
|
2505
|
-
linkTarget?: keyof typeof TEXT_BUTTON_LINK_TARGET;
|
2506
|
-
iconVariant?: string;
|
2507
|
-
iconAngle?: keyof typeof TEXT_BUTTON_ICON_ANGLE;
|
2508
|
-
width?: Properties["width"];
|
2509
|
-
wrap?: "wrap" | "nowrap";
|
2510
|
-
fontWeight?: Properties["fontWeight"];
|
2511
|
-
};
|
2512
2472
|
type CloseButtonProps = CommonProps & {
|
2513
2473
|
size?: number;
|
2514
2474
|
bordered?: boolean;
|
@@ -2647,7 +2607,7 @@ type LayerTextProps = CommonProps & BorderProps & RadiusProps & BackgroundColorP
|
|
2647
2607
|
color?: Properties["color"];
|
2648
2608
|
width?: Properties["width"];
|
2649
2609
|
};
|
2650
|
-
export { ACTION_HOOK_LABEL, KARTE_MODAL_ROOT, create, destroyAction, onCreate, onDestroy, showModal, destroy, initialize, finalize, loadGlobalScript, loadGlobalStyle, applyGlobalCss, getState, setState, getStates, isOpened, getVariables, setVariables, resetVariables, getEventHandlers, setEventHandlers, resetEventHandlers, getSystem, setSetting, eventHandlers, variables, formData, state, 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, DefaultElasticity, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, LongText, Url, RegExpProp, Image, LengthUnits, LengthUnit, Length, Color, FontWeight, SYSTEM_FONT, Fonts, Font, 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, Icon, 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, ModalStyle, ModalBreakPoint, DefaultModalBreakPoint, FormIdentifyTextFields, FormIdentifyTextField, FormIdentifyTextFieldValidations, FormIdentifyTextFieldPlaceholders, DefaultFormIdentifyTextField, FormIdentifyBooleanFields, FormIdentifyBooleanField, DefaultFormIdentifyBooleanField, showAction, closeAction, loadStyle, applyCss, onShow, onClose, onChangeState, getActionRoot, getCssVariables, show, close, ensureModalRoot, createApp, createFog, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, addChoiceAnswer, addFreeAnswer, removeAnswer, getAnsweredQuestion, getAnsweredQuestionIds, sendAnswer, sendAnswers, widget, onMount, onDestory, beforeUpdate, afterUpdate, tick, LAYOUT_COMPONENT_NAMES, ComponentBaseProps, COMPONENT_PARAMETER_TYPES, ComponentParameterType, ComponentParameterOption, ComponentParameter, PositionProps, CommonProps, BorderProps, PaddingProps, RadiusProps, BackgroundColorProps, BackgroundImageProps, ShadowProps, AVATAR_SIZE, AVATAR_SHAPE, AvatarProps, BUTTON_SIZE, BUTTON_COLOR, BUTTON_ROUND, BUTTON_LINK_TARGET, BUTTON_ICON_ANGLE, ButtonProps,
|
2610
|
+
export { ACTION_HOOK_LABEL, KARTE_MODAL_ROOT, create, destroyAction, onCreate, onDestroy, showModal, destroy, initialize, finalize, loadGlobalScript, loadGlobalStyle, applyGlobalCss, getState, setState, getStates, isOpened, getVariables, setVariables, resetVariables, getEventHandlers, setEventHandlers, resetEventHandlers, getSystem, setSetting, eventHandlers, variables, formData, state, 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, DefaultElasticity, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, LongText, Url, RegExpProp, Image, LengthUnits, LengthUnit, Length, Color, FontWeight, SYSTEM_FONT, Fonts, Font, 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, Icon, 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, ModalStyle, ModalBreakPoint, DefaultModalBreakPoint, FormIdentifyTextFields, FormIdentifyTextField, FormIdentifyTextFieldValidations, FormIdentifyTextFieldPlaceholders, DefaultFormIdentifyTextField, FormIdentifyBooleanFields, FormIdentifyBooleanField, DefaultFormIdentifyBooleanField, showAction, closeAction, loadStyle, applyCss, onShow, onClose, onChangeState, getActionRoot, getCssVariables, show, close, ensureModalRoot, createApp, createFog, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, addChoiceAnswer, addFreeAnswer, removeAnswer, getAnsweredQuestion, getAnsweredQuestionIds, sendAnswer, sendAnswers, widget, onMount, onDestory, beforeUpdate, afterUpdate, tick, LAYOUT_COMPONENT_NAMES, ComponentBaseProps, COMPONENT_PARAMETER_TYPES, ComponentParameterType, ComponentParameterOption, ComponentParameter, PositionProps, CommonProps, BorderProps, PaddingProps, RadiusProps, BackgroundColorProps, BackgroundImageProps, ShadowProps, AVATAR_SIZE, AVATAR_SHAPE, AvatarProps, BUTTON_SIZE, BUTTON_COLOR, BUTTON_ROUND, BUTTON_LINK_TARGET, BUTTON_ICON_ANGLE, ButtonProps, CloseButtonProps, ICON_SIZE, ICON_VARIANTS, IconVariant, ICON_PARAMS, IconProps, ImageProps, LAYOUT_DISPLAY_TYPE, LayoutDisplayType, LAYOUT_DIRECTION, LayoutFlexDirection, LAYOUT_ALIGN, LayoutFlexAlign, LAYOUT_JUSTIFY, LayoutFlexJustify, LayerLayoutProps, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LayerTextProps };
|
2651
2611
|
export type { SystemConfig, ActionVariables, ActionEventHandler, ActionProps, ActionOptions, ActionHook, ActionHookLog, ActionChangeStateHook, SendFunction, PublishFunction, OnScrollContext, OnScrollFunction, ScrollDirection, LogLevel, Log, Event, ActionCloseHook, ShowTrigger, CloseTrigger, CollectionConfig, ActionTableRowRequestConfig, ActionTableRowsRequestConfig, ActionTableQueryRequestConfig, ActionTableRequestConfig };
|
2652
2612
|
export { default as State } from './components/State.svelte';
|
2653
2613
|
export { default as StateItem } from './components/StateItem.svelte';
|
@@ -2684,7 +2644,6 @@ export { default as TextButtonBlock } from './components/TextButtonBlock.svelte'
|
|
2684
2644
|
export { default as ImageBlock } from './components/ImageBlock.svelte';
|
2685
2645
|
export { default as FlexAvatar } from './components-flex/avatar/Avatar.svelte';
|
2686
2646
|
export { default as FlexButton } from './components-flex/button/Button.svelte';
|
2687
|
-
export { default as FlexTextButton } from './components-flex/text-button/TextButton.svelte';
|
2688
2647
|
export { default as FlexCloseButton } from './components-flex/close-button/CloseButton.svelte';
|
2689
2648
|
export { default as FlexIcon } from './components-flex/icon/Icon.svelte';
|
2690
2649
|
export { default as FlexImage } from './components-flex/image/Image.svelte';
|