@plaidev/karte-action-sdk 1.1.178 → 1.1.179-28041652.86d78555
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 +6 -5
- package/dist/hydrate/index.es.js +354 -214
- package/dist/index.es.d.ts +6 -5
- package/dist/index.es.js +337 -199
- package/package.json +1 -1
@@ -487,9 +487,6 @@ declare function createFog({ color, opacity, zIndex, onclick }: {
|
|
487
487
|
fog: HTMLDivElement;
|
488
488
|
close: () => void;
|
489
489
|
};
|
490
|
-
/**
|
491
|
-
* スクリプト接客が利用するコードの管理
|
492
|
-
*/
|
493
490
|
/**
|
494
491
|
* ES Modules に対応していない JavaScript をページに読み込む
|
495
492
|
*
|
@@ -675,7 +672,7 @@ interface FormData {
|
|
675
672
|
*/
|
676
673
|
declare const formData: Writable_<FormData>;
|
677
674
|
/**
|
678
|
-
*
|
675
|
+
* ポップアップ(モーダル)のコンポーネントで利用するPropの定義
|
679
676
|
*/
|
680
677
|
/** @internal */
|
681
678
|
declare const PropTypes: readonly [
|
@@ -891,7 +888,10 @@ type Color = `#${string}` | `rgba(${string})`;
|
|
891
888
|
/** @internal */
|
892
889
|
type FontWeight = string;
|
893
890
|
/** @internal */
|
891
|
+
declare const SYSTEM_FONT = "sans-serif, serif, monospace, system-ui";
|
892
|
+
/** @internal */
|
894
893
|
declare const Fonts: readonly [
|
894
|
+
"sans-serif, serif, monospace, system-ui",
|
895
895
|
"Noto Sans JP",
|
896
896
|
"M PLUS Rounded 1c",
|
897
897
|
"M PLUS 1p",
|
@@ -913,6 +913,7 @@ declare const Fonts: readonly [
|
|
913
913
|
"Libre Baskerville",
|
914
914
|
"EB Garamond"
|
915
915
|
];
|
916
|
+
type Font = (typeof Fonts)[number];
|
916
917
|
/** @internal */
|
917
918
|
declare const Justifies: readonly [
|
918
919
|
"flex-start",
|
@@ -2016,7 +2017,7 @@ declare const afterUpdate: typeof afterUpdateSvelte;
|
|
2016
2017
|
declare const tick: typeof tickSvelte;
|
2017
2018
|
// @internal
|
2018
2019
|
declare const LAYOUT_COMPONENT_NAMES: string[];
|
2019
|
-
export { ACTION_HOOK_LABEL, KARTE_MODAL_ROOT, create, onCreate, destroyAction, onDestroy, initialize, finalize, showModal, ensureModalRoot, destroy, createApp, createFog, 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, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, LongText, Url, Image, LengthUnits, LengthUnit, Length, Color, FontWeight, Fonts, 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, showAction, closeAction, loadStyle, applyCss, onShow, onClose, onChangeState, getActionRoot, getCssVariables, show, close, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, widget, onMount, onDestory, beforeUpdate, afterUpdate, tick, LAYOUT_COMPONENT_NAMES };
|
2020
|
+
export { ACTION_HOOK_LABEL, KARTE_MODAL_ROOT, create, onCreate, destroyAction, onDestroy, initialize, finalize, showModal, ensureModalRoot, destroy, createApp, createFog, 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, TextDirections, TextDirection, OperationArgumentType, Operation, OnClickOperationOptions, OnClickOperation, LongText, Url, 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, showAction, closeAction, loadStyle, applyCss, onShow, onClose, onChangeState, getActionRoot, getCssVariables, show, close, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, widget, onMount, onDestory, beforeUpdate, afterUpdate, tick, LAYOUT_COMPONENT_NAMES };
|
2020
2021
|
export type { ActionHookLog, SystemConfig, ActionVariables, ActionEventHandler, ActionProps, ActionOptions, ActionHook, ActionChangeStateHook, SendFunction, PublishFunction, OnScrollContext, OnScrollFunction, ScrollDirection, LogLevel, Log, Event, ActionCloseHook, ShowTrigger, CloseTrigger, CollectionConfig, ActionTableRowRequestConfig, ActionTableRowsRequestConfig, ActionTableQueryRequestConfig, ActionTableRequestConfig };
|
2021
2022
|
export { default as State } from './components/State.svelte';
|
2022
2023
|
export { default as StateItem } from './components/StateItem.svelte';
|