@plaidev/karte-action-sdk 1.1.239-28698610.0749fd40 → 1.1.239-28699462.30f6c30b
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +32 -1
- package/dist/hydrate/index.es.js +96 -1
- package/dist/index.es.d.ts +32 -1
- package/dist/index.es.js +96 -1
- package/package.json +1 -1
@@ -2437,6 +2437,12 @@ declare const BUTTON_SIZE: {
|
|
2437
2437
|
readonly large: "Large";
|
2438
2438
|
readonly extra_large: "XLarge";
|
2439
2439
|
};
|
2440
|
+
declare const BUTTON_THEME: {
|
2441
|
+
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2442
|
+
readonly theme: "\u30C6\u30FC\u30DE\u30AB\u30E9\u30FC";
|
2443
|
+
readonly alert: "\u30A2\u30E9\u30FC\u30C8";
|
2444
|
+
readonly transparent: "\u80CC\u666F\u306A\u3057";
|
2445
|
+
};
|
2440
2446
|
declare const BUTTON_COLOR: {
|
2441
2447
|
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2442
2448
|
readonly theme: "\u30C6\u30FC\u30DE\u30AB\u30E9\u30FC";
|
@@ -2460,6 +2466,7 @@ type ButtonProps = CommonProps & {
|
|
2460
2466
|
label?: string;
|
2461
2467
|
size?: keyof typeof BUTTON_SIZE;
|
2462
2468
|
color?: keyof typeof BUTTON_COLOR;
|
2469
|
+
theme?: keyof typeof BUTTON_THEME;
|
2463
2470
|
round?: keyof typeof BUTTON_ROUND;
|
2464
2471
|
isLink?: boolean;
|
2465
2472
|
isIcon?: boolean;
|
@@ -2473,6 +2480,30 @@ type ButtonProps = CommonProps & {
|
|
2473
2480
|
fontColor?: Properties["color"];
|
2474
2481
|
backgroundColor?: Properties["backgroundColor"];
|
2475
2482
|
};
|
2483
|
+
declare const BUTTON_VARIANTS: {
|
2484
|
+
size: {
|
2485
|
+
extra_small: Properties<0 | (string & {}), string & {}>;
|
2486
|
+
small: Properties<0 | (string & {}), string & {}>;
|
2487
|
+
medium: Properties<0 | (string & {}), string & {}>;
|
2488
|
+
large: Properties<0 | (string & {}), string & {}>;
|
2489
|
+
extra_large: Properties<0 | (string & {}), string & {}>;
|
2490
|
+
};
|
2491
|
+
theme: {
|
2492
|
+
theme: Properties<0 | (string & {}), string & {}>;
|
2493
|
+
default: Properties<0 | (string & {}), string & {}>;
|
2494
|
+
transparent: Properties<0 | (string & {}), string & {}>;
|
2495
|
+
alert: Properties<0 | (string & {}), string & {}>;
|
2496
|
+
};
|
2497
|
+
round: {
|
2498
|
+
none: Properties<0 | (string & {}), string & {}>;
|
2499
|
+
default: {};
|
2500
|
+
fulled: Properties<0 | (string & {}), string & {}>;
|
2501
|
+
};
|
2502
|
+
wrap: {
|
2503
|
+
nowrap: Properties<0 | (string & {}), string & {}>;
|
2504
|
+
wrap: Properties<0 | (string & {}), string & {}>;
|
2505
|
+
};
|
2506
|
+
};
|
2476
2507
|
declare const TEXT_BUTTON_SIZE: {
|
2477
2508
|
readonly extra_small: "XSmall";
|
2478
2509
|
readonly small: "Small";
|
@@ -2710,7 +2741,7 @@ declare const TEXT_VARIANTS: {
|
|
2710
2741
|
};
|
2711
2742
|
};
|
2712
2743
|
};
|
2713
|
-
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, TEXT_BUTTON_SIZE, TEXT_BUTTON_COLOR, TEXT_BUTTON_ROUND, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ICON_ANGLE, TextButtonProps, 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, TEXT_VARIANTS };
|
2744
|
+
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_THEME, BUTTON_COLOR, BUTTON_ROUND, BUTTON_LINK_TARGET, BUTTON_ICON_ANGLE, ButtonProps, BUTTON_VARIANTS, TEXT_BUTTON_SIZE, TEXT_BUTTON_COLOR, TEXT_BUTTON_ROUND, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ICON_ANGLE, TextButtonProps, 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, TEXT_VARIANTS };
|
2714
2745
|
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 };
|
2715
2746
|
export { default as State } from './components/State.svelte';
|
2716
2747
|
export { default as StateItem } from './components/StateItem.svelte';
|
package/dist/hydrate/index.es.js
CHANGED
@@ -14523,6 +14523,12 @@ const BUTTON_SIZE = {
|
|
14523
14523
|
large: 'Large',
|
14524
14524
|
extra_large: 'XLarge',
|
14525
14525
|
};
|
14526
|
+
const BUTTON_THEME = {
|
14527
|
+
default: 'デフォルト',
|
14528
|
+
theme: 'テーマカラー',
|
14529
|
+
alert: 'アラート',
|
14530
|
+
transparent: '背景なし',
|
14531
|
+
};
|
14526
14532
|
const BUTTON_COLOR = {
|
14527
14533
|
default: 'デフォルト',
|
14528
14534
|
theme: 'テーマカラー',
|
@@ -14543,6 +14549,95 @@ const BUTTON_ICON_ANGLE = {
|
|
14543
14549
|
'row-reverse': '右側',
|
14544
14550
|
};
|
14545
14551
|
|
14552
|
+
const BUTTON_VARIANTS = {
|
14553
|
+
size: {
|
14554
|
+
extra_small: {
|
14555
|
+
minHeight: '32px',
|
14556
|
+
paddingInline: '12px',
|
14557
|
+
fontSize: '12px',
|
14558
|
+
paddingBlock: '8px',
|
14559
|
+
lineHeight: 1.5,
|
14560
|
+
borderRadius: '4px',
|
14561
|
+
},
|
14562
|
+
small: {
|
14563
|
+
minHeight: '36px',
|
14564
|
+
paddingInline: '16px',
|
14565
|
+
fontSize: '13px',
|
14566
|
+
paddingBlock: '8px',
|
14567
|
+
lineHeight: 1.5,
|
14568
|
+
borderRadius: '4px',
|
14569
|
+
},
|
14570
|
+
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
14571
|
+
medium: {
|
14572
|
+
minHeight: '40px',
|
14573
|
+
paddingInline: '24px',
|
14574
|
+
fontSize: '14px',
|
14575
|
+
paddingBlock: '8px',
|
14576
|
+
lineHeight: 1.5,
|
14577
|
+
borderRadius: '4px',
|
14578
|
+
},
|
14579
|
+
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
14580
|
+
large: {
|
14581
|
+
minHeight: '48px',
|
14582
|
+
paddingInline: '32px',
|
14583
|
+
fontSize: '14px',
|
14584
|
+
paddingBlock: '10px',
|
14585
|
+
lineHeight: 1.5,
|
14586
|
+
borderRadius: '4px',
|
14587
|
+
},
|
14588
|
+
extra_large: {
|
14589
|
+
minHeight: '56px',
|
14590
|
+
paddingInline: '40px',
|
14591
|
+
fontSize: '17px',
|
14592
|
+
paddingBlock: '12px',
|
14593
|
+
lineHeight: 1.5,
|
14594
|
+
borderRadius: '4px',
|
14595
|
+
},
|
14596
|
+
},
|
14597
|
+
theme: {
|
14598
|
+
theme: {
|
14599
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
14600
|
+
color: '#FFFFFF',
|
14601
|
+
fontWeight: 'bold',
|
14602
|
+
},
|
14603
|
+
default: {
|
14604
|
+
backgroundColor: '#33403e',
|
14605
|
+
color: '#FFFFFF',
|
14606
|
+
fontWeight: 'bold',
|
14607
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14608
|
+
},
|
14609
|
+
transparent: {
|
14610
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
14611
|
+
color: '#00100ea1',
|
14612
|
+
fontWeight: 'bold',
|
14613
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
14614
|
+
},
|
14615
|
+
alert: {
|
14616
|
+
backgroundColor: 'rgb(242,83,32,1)',
|
14617
|
+
color: '#FFFFFF',
|
14618
|
+
fontWeight: 'bold',
|
14619
|
+
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
14620
|
+
},
|
14621
|
+
},
|
14622
|
+
round: {
|
14623
|
+
none: {
|
14624
|
+
borderRadius: 0,
|
14625
|
+
},
|
14626
|
+
default: {},
|
14627
|
+
fulled: {
|
14628
|
+
borderRadius: '56px',
|
14629
|
+
},
|
14630
|
+
},
|
14631
|
+
wrap: {
|
14632
|
+
nowrap: {
|
14633
|
+
whiteSpace: 'nowrap',
|
14634
|
+
},
|
14635
|
+
wrap: {
|
14636
|
+
whiteSpace: 'pre-wrap',
|
14637
|
+
},
|
14638
|
+
},
|
14639
|
+
};
|
14640
|
+
|
14546
14641
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
14547
14642
|
|
14548
14643
|
function add_css$6(target) {
|
@@ -16306,4 +16401,4 @@ class Modal extends SvelteComponent {
|
|
16306
16401
|
}
|
16307
16402
|
}
|
16308
16403
|
|
16309
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_COLOR, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BackgroundSizes, Box, COMPONENT_PARAMETER_TYPES, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|
16404
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_COLOR, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BUTTON_THEME, BUTTON_VARIANTS, BackgroundSizes, Box, COMPONENT_PARAMETER_TYPES, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|
package/dist/index.es.d.ts
CHANGED
@@ -2437,6 +2437,12 @@ declare const BUTTON_SIZE: {
|
|
2437
2437
|
readonly large: "Large";
|
2438
2438
|
readonly extra_large: "XLarge";
|
2439
2439
|
};
|
2440
|
+
declare const BUTTON_THEME: {
|
2441
|
+
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2442
|
+
readonly theme: "\u30C6\u30FC\u30DE\u30AB\u30E9\u30FC";
|
2443
|
+
readonly alert: "\u30A2\u30E9\u30FC\u30C8";
|
2444
|
+
readonly transparent: "\u80CC\u666F\u306A\u3057";
|
2445
|
+
};
|
2440
2446
|
declare const BUTTON_COLOR: {
|
2441
2447
|
readonly default: "\u30C7\u30D5\u30A9\u30EB\u30C8";
|
2442
2448
|
readonly theme: "\u30C6\u30FC\u30DE\u30AB\u30E9\u30FC";
|
@@ -2460,6 +2466,7 @@ type ButtonProps = CommonProps & {
|
|
2460
2466
|
label?: string;
|
2461
2467
|
size?: keyof typeof BUTTON_SIZE;
|
2462
2468
|
color?: keyof typeof BUTTON_COLOR;
|
2469
|
+
theme?: keyof typeof BUTTON_THEME;
|
2463
2470
|
round?: keyof typeof BUTTON_ROUND;
|
2464
2471
|
isLink?: boolean;
|
2465
2472
|
isIcon?: boolean;
|
@@ -2473,6 +2480,30 @@ type ButtonProps = CommonProps & {
|
|
2473
2480
|
fontColor?: Properties["color"];
|
2474
2481
|
backgroundColor?: Properties["backgroundColor"];
|
2475
2482
|
};
|
2483
|
+
declare const BUTTON_VARIANTS: {
|
2484
|
+
size: {
|
2485
|
+
extra_small: Properties<0 | (string & {}), string & {}>;
|
2486
|
+
small: Properties<0 | (string & {}), string & {}>;
|
2487
|
+
medium: Properties<0 | (string & {}), string & {}>;
|
2488
|
+
large: Properties<0 | (string & {}), string & {}>;
|
2489
|
+
extra_large: Properties<0 | (string & {}), string & {}>;
|
2490
|
+
};
|
2491
|
+
theme: {
|
2492
|
+
theme: Properties<0 | (string & {}), string & {}>;
|
2493
|
+
default: Properties<0 | (string & {}), string & {}>;
|
2494
|
+
transparent: Properties<0 | (string & {}), string & {}>;
|
2495
|
+
alert: Properties<0 | (string & {}), string & {}>;
|
2496
|
+
};
|
2497
|
+
round: {
|
2498
|
+
none: Properties<0 | (string & {}), string & {}>;
|
2499
|
+
default: {};
|
2500
|
+
fulled: Properties<0 | (string & {}), string & {}>;
|
2501
|
+
};
|
2502
|
+
wrap: {
|
2503
|
+
nowrap: Properties<0 | (string & {}), string & {}>;
|
2504
|
+
wrap: Properties<0 | (string & {}), string & {}>;
|
2505
|
+
};
|
2506
|
+
};
|
2476
2507
|
declare const TEXT_BUTTON_SIZE: {
|
2477
2508
|
readonly extra_small: "XSmall";
|
2478
2509
|
readonly small: "Small";
|
@@ -2710,7 +2741,7 @@ declare const TEXT_VARIANTS: {
|
|
2710
2741
|
};
|
2711
2742
|
};
|
2712
2743
|
};
|
2713
|
-
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, TEXT_BUTTON_SIZE, TEXT_BUTTON_COLOR, TEXT_BUTTON_ROUND, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ICON_ANGLE, TextButtonProps, 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, TEXT_VARIANTS };
|
2744
|
+
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_THEME, BUTTON_COLOR, BUTTON_ROUND, BUTTON_LINK_TARGET, BUTTON_ICON_ANGLE, ButtonProps, BUTTON_VARIANTS, TEXT_BUTTON_SIZE, TEXT_BUTTON_COLOR, TEXT_BUTTON_ROUND, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ICON_ANGLE, TextButtonProps, 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, TEXT_VARIANTS };
|
2714
2745
|
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 };
|
2715
2746
|
export { default as State } from './components/State.svelte';
|
2716
2747
|
export { default as StateItem } from './components/StateItem.svelte';
|
package/dist/index.es.js
CHANGED
@@ -13479,6 +13479,12 @@ const BUTTON_SIZE = {
|
|
13479
13479
|
large: 'Large',
|
13480
13480
|
extra_large: 'XLarge',
|
13481
13481
|
};
|
13482
|
+
const BUTTON_THEME = {
|
13483
|
+
default: 'デフォルト',
|
13484
|
+
theme: 'テーマカラー',
|
13485
|
+
alert: 'アラート',
|
13486
|
+
transparent: '背景なし',
|
13487
|
+
};
|
13482
13488
|
const BUTTON_COLOR = {
|
13483
13489
|
default: 'デフォルト',
|
13484
13490
|
theme: 'テーマカラー',
|
@@ -13499,6 +13505,95 @@ const BUTTON_ICON_ANGLE = {
|
|
13499
13505
|
'row-reverse': '右側',
|
13500
13506
|
};
|
13501
13507
|
|
13508
|
+
const BUTTON_VARIANTS = {
|
13509
|
+
size: {
|
13510
|
+
extra_small: {
|
13511
|
+
minHeight: '32px',
|
13512
|
+
paddingInline: '12px',
|
13513
|
+
fontSize: '12px',
|
13514
|
+
paddingBlock: '8px',
|
13515
|
+
lineHeight: 1.5,
|
13516
|
+
borderRadius: '4px',
|
13517
|
+
},
|
13518
|
+
small: {
|
13519
|
+
minHeight: '36px',
|
13520
|
+
paddingInline: '16px',
|
13521
|
+
fontSize: '13px',
|
13522
|
+
paddingBlock: '8px',
|
13523
|
+
lineHeight: 1.5,
|
13524
|
+
borderRadius: '4px',
|
13525
|
+
},
|
13526
|
+
// 'min-h-10 px-6 text-sm py-2 leading-[150%]'
|
13527
|
+
medium: {
|
13528
|
+
minHeight: '40px',
|
13529
|
+
paddingInline: '24px',
|
13530
|
+
fontSize: '14px',
|
13531
|
+
paddingBlock: '8px',
|
13532
|
+
lineHeight: 1.5,
|
13533
|
+
borderRadius: '4px',
|
13534
|
+
},
|
13535
|
+
// 'min-h-14 px-8 text-lg py-3 leading-[150%]'
|
13536
|
+
large: {
|
13537
|
+
minHeight: '48px',
|
13538
|
+
paddingInline: '32px',
|
13539
|
+
fontSize: '14px',
|
13540
|
+
paddingBlock: '10px',
|
13541
|
+
lineHeight: 1.5,
|
13542
|
+
borderRadius: '4px',
|
13543
|
+
},
|
13544
|
+
extra_large: {
|
13545
|
+
minHeight: '56px',
|
13546
|
+
paddingInline: '40px',
|
13547
|
+
fontSize: '17px',
|
13548
|
+
paddingBlock: '12px',
|
13549
|
+
lineHeight: 1.5,
|
13550
|
+
borderRadius: '4px',
|
13551
|
+
},
|
13552
|
+
},
|
13553
|
+
theme: {
|
13554
|
+
theme: {
|
13555
|
+
backgroundColor: 'rgba(18,160,160,1)',
|
13556
|
+
color: '#FFFFFF',
|
13557
|
+
fontWeight: 'bold',
|
13558
|
+
},
|
13559
|
+
default: {
|
13560
|
+
backgroundColor: '#33403e',
|
13561
|
+
color: '#FFFFFF',
|
13562
|
+
fontWeight: 'bold',
|
13563
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13564
|
+
},
|
13565
|
+
transparent: {
|
13566
|
+
backgroundColor: 'rgba(255, 255, 255, 0)',
|
13567
|
+
color: '#00100ea1',
|
13568
|
+
fontWeight: 'bold',
|
13569
|
+
// 'bg-action-default hover:bg-action-default-hover text-default'
|
13570
|
+
},
|
13571
|
+
alert: {
|
13572
|
+
backgroundColor: 'rgb(242,83,32,1)',
|
13573
|
+
color: '#FFFFFF',
|
13574
|
+
fontWeight: 'bold',
|
13575
|
+
// 'bg-negative hover:bg-negative-hover text-primitive-white font-bold'
|
13576
|
+
},
|
13577
|
+
},
|
13578
|
+
round: {
|
13579
|
+
none: {
|
13580
|
+
borderRadius: 0,
|
13581
|
+
},
|
13582
|
+
default: {},
|
13583
|
+
fulled: {
|
13584
|
+
borderRadius: '56px',
|
13585
|
+
},
|
13586
|
+
},
|
13587
|
+
wrap: {
|
13588
|
+
nowrap: {
|
13589
|
+
whiteSpace: 'nowrap',
|
13590
|
+
},
|
13591
|
+
wrap: {
|
13592
|
+
whiteSpace: 'pre-wrap',
|
13593
|
+
},
|
13594
|
+
},
|
13595
|
+
};
|
13596
|
+
|
13502
13597
|
/* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
|
13503
13598
|
|
13504
13599
|
function add_css$6(target) {
|
@@ -15133,4 +15228,4 @@ class Modal extends SvelteComponent {
|
|
15133
15228
|
}
|
15134
15229
|
}
|
15135
15230
|
|
15136
|
-
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_COLOR, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BackgroundSizes, Box, COMPONENT_PARAMETER_TYPES, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|
15231
|
+
export { ACTION_HOOK_LABEL, AVATAR_SHAPE, AVATAR_SIZE, Alignments, AnimationStyles, BUTTON_COLOR, BUTTON_ICON_ANGLE, BUTTON_LINK_TARGET, BUTTON_ROUND, BUTTON_SIZE, BUTTON_THEME, BUTTON_VARIANTS, BackgroundSizes, Box, COMPONENT_PARAMETER_TYPES, ClipPaths, CodeElement, Countdown, Cursors, DefaultEdgePosition, DefaultElasticity, DefaultFormButtonColor, DefaultFormIdentifyBooleanField, DefaultFormIdentifyTextField, DefaultListBackground, DefaultListBackgroundNone, DefaultListBackgroundStripe, DefaultListSeparator, DefaultListSeparatorBorder, DefaultListSeparatorGap, DefaultListSeparatorNone, DefaultModalBreakPoint, DefaultModalPlacement, DefaultSlideButton, DefaultSlideNavigationButton, Directions, Elasticities, ElasticityStyle, EmbedElement, Flex, Avatar as FlexAvatar, Button as FlexButton, CloseButton as FlexCloseButton, FlexDirections, Icon as FlexIcon, Image as FlexImage, FlexItem, Layout as FlexLayout, Modal as FlexModal, Text as FlexText, TextButton as FlexTextButton, Fonts, FormCheckBoxes, FormIdentifyBooleanFields, FormIdentifyChoices, FormIdentifyInput, FormIdentifyTextFieldPlaceholders, FormIdentifyTextFieldValidations, FormIdentifyTextFields, FormRadioButtons, FormRatingButtonsFace, FormRatingButtonsNumber, FormSelect, FormTextarea, Grid, GridItem, GridModalState, ICON_PARAMS, ICON_SIZE, ICON_VARIANTS, IconElement, ImageBlock, ImageElement, Justifies, KARTE_MODAL_ROOT, LAYER_TEXT_ALIGN_VALUES, LAYER_TEXT_FONT_WEIGHT_VALUES, LAYER_TEXT_SIZE, LAYOUT_ALIGN, LAYOUT_COMPONENT_NAMES, LAYOUT_DIRECTION, LAYOUT_DISPLAY_TYPE, LAYOUT_JUSTIFY, LengthUnits, List, ListBackgroundTypes, ListDirections, ListItem, ListSeparatorTypes, MediaQueries, Modal$1 as Modal, ModalPositions, MovieVimeoElement, MovieYouTubeElement, ObjectFits, OnClickOperationOptions, Overflows, PropTypes, Repeats, SYSTEM_FONT, Slide, SlideItem, State, StateItem, TEXT_BUTTON_COLOR, TEXT_BUTTON_ICON_ANGLE, TEXT_BUTTON_LINK_TARGET, TEXT_BUTTON_ROUND, TEXT_BUTTON_SIZE, TEXT_VARIANTS, TextBlock, TextButtonBlock, TextButtonElement, TextDirections, TextElement, WritingModes, addChoiceAnswer, addFreeAnswer, afterUpdate, applyCss, applyGlobalCss, beforeUpdate, close, closeAction, collection$1 as collection, create, createApp, createFog, destroy, destroyAction, ensureModalRoot, eventHandlers, finalize, formData, getActionRoot, getAnsweredQuestion, getAnsweredQuestionIds, getCssVariables, getEventHandlers, getEvents, getLogs, getState$1 as getState, getStates, getSystem, getVariables, hideOnScroll, hideOnTime, initialize, isOpened, listenLogger, loadActionTable, loadActionTableQuery, loadActionTableRow, loadActionTableRows, loadGlobalScript, loadGlobalStyle, loadStyle, logger, onChangeState, onClose, onCreate, onDestory, onDestroy, onMount, onScroll, onShow, onTime, removeAnswer, resetEventHandlers, resetVariables, sendAnswer, sendAnswers, setEventHandlers, setSetting, setState$1 as setState, setVariables, show, showAction, showModal, showOnScroll, showOnTime, state, tick, variables, widget };
|