@plaidev/karte-action-sdk 1.1.140 → 1.1.141-27970999.1ddfd55c

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.
@@ -486,7 +486,6 @@ type ActionEventHandler = (...args: any[]) => any | Promise<any>;
486
486
  type ActionSetting = {
487
487
  send?: (event_name: string, values?: any) => void;
488
488
  initialState?: string;
489
- autoStart?: boolean;
490
489
  };
491
490
  /**
492
491
  * 変数
@@ -499,9 +498,6 @@ type ActionVariables = {
499
498
  /**
500
499
  * アクション設定を更新する
501
500
  *
502
- * @remarks
503
- * アクションの自動起動 (autoStart) を設定できます。
504
- *
505
501
  * @param setting - 更新するアクション設定
506
502
  *
507
503
  * @returns 新しいアクション設定
@@ -719,16 +715,6 @@ declare function applyGlobalCss(css: string): Promise<any>;
719
715
  * @public
720
716
  */
721
717
  declare function loadGlobalStyle(href: string): Promise<any>;
722
- /**
723
- * {@link setAutoStart} function to set auto start flag.
724
- *
725
- * @param on - true: auto start, false: not auto start
726
- *
727
- * @deprecated 非推奨。`setActionConfig({ autoStart: false })` を使ってください。
728
- *
729
- * @internal
730
- */
731
- declare const setAutoStart: (on?: boolean) => void;
732
718
  /**
733
719
  * スクロール方向
734
720
  *
@@ -1843,7 +1829,6 @@ declare namespace widget {
1843
1829
  type ActionSetting = {
1844
1830
  send?: (event_name: string, values?: any) => void;
1845
1831
  initialState?: string;
1846
- autoStart?: boolean;
1847
1832
  };
1848
1833
  /**
1849
1834
  * 変数
@@ -1870,9 +1855,6 @@ declare namespace widget {
1870
1855
  /**
1871
1856
  * アクション設定を更新する
1872
1857
  *
1873
- * @remarks
1874
- * アクションの自動起動 (autoStart) を設定できます。
1875
- *
1876
1858
  * @param setting - 更新するアクション設定
1877
1859
  *
1878
1860
  * @returns 新しいアクション設定
@@ -2142,24 +2124,6 @@ declare namespace widget {
2142
2124
  * @internal
2143
2125
  */
2144
2126
  function setDestroyed(on: boolean): void;
2145
- /**
2146
- * Store to handle stopping action
2147
- *
2148
- * @internal
2149
- */
2150
- const stopped: Store<boolean>;
2151
- /**
2152
- * {@link isStopped} function to check if action is stopped.
2153
- *
2154
- * @returns Flag if action is stopped / true: Stopped, false: Not stopped
2155
- */
2156
- function isStopped(): boolean;
2157
- /**
2158
- * {@link setStopped} function to set if action is stopped.
2159
- *
2160
- * @internal
2161
- */
2162
- function setStopped(on: boolean): void;
2163
2127
  /**
2164
2128
  * Store to handle variables
2165
2129
  *
@@ -2206,6 +2170,12 @@ declare namespace widget {
2206
2170
  * @internal
2207
2171
  */
2208
2172
  const formData: Writable_<FormData>;
2173
+ /**
2174
+ * 表示アクショントリガー
2175
+ *
2176
+ * @internal
2177
+ */
2178
+ type ShowTrigger = "custom" | "auto" | "none";
2209
2179
  /**
2210
2180
  * 閉じるアクショントリガー
2211
2181
  *
@@ -2336,16 +2306,6 @@ declare namespace widget {
2336
2306
  * @internal
2337
2307
  */
2338
2308
  function hashCode(s: string): string;
2339
- /**
2340
- * {@link setAutoStart} function to set auto start flag.
2341
- *
2342
- * @param on - true: auto start, false: not auto start
2343
- *
2344
- * @deprecated 非推奨。`setActionConfig({ autoStart: false })` を使ってください。
2345
- *
2346
- * @internal
2347
- */
2348
- const setAutoStart: (on?: boolean) => void;
2349
2309
  type ActionTableResult = number | string | boolean | Date | null | undefined;
2350
2310
  type ActionTableQueryParam = string | number | boolean | Date;
2351
2311
  type ActionTableQueryParams = {
@@ -2967,16 +2927,13 @@ declare namespace widget {
2967
2927
  */
2968
2928
  export { showAction as show, closeAction as hide };
2969
2929
  }
2970
- export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, setAutoStart, 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, 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, create, showAction, closeAction, destroyAction, loadStyle, applyCss, getActionRoot, onCreate, onShow, onClose, onDestroy, onChangeState, ACTION_HOOK_LABEL, showModal, ensureModalRoot, show, close, destroy, createApp, createFog, KARTE_MODAL_ROOT, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, widget };
2930
+ export { loadGlobalScript, loadGlobalStyle, applyGlobalCss, initialize, finalize, 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, 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, create, showAction, closeAction, destroyAction, loadStyle, applyCss, getActionRoot, onCreate, onShow, onClose, onDestroy, onChangeState, ACTION_HOOK_LABEL, showModal, ensureModalRoot, show, close, destroy, createApp, createFog, KARTE_MODAL_ROOT, collection, loadActionTableRow, loadActionTableRows, loadActionTableQuery, loadActionTable, widget };
2971
2931
  export type { CloseTrigger, ActionVariables, ActionEventHandler, SystemConfig, OnScrollContext, OnScrollFunction, ScrollDirection, LogLevel, Log, Event, ActionProps, ActionOptions, ActionHook, ActionCloseHook, ActionChangeStateHook, SendFunction, ActionHookLog, CollectionConfig, ActionTableRowRequestConfig, ActionTableRowsRequestConfig, ActionTableQueryRequestConfig, ActionTableRequestConfig };
2972
2932
  export { default as State } from './components/State.svelte';
2973
2933
  export { default as StateItem } from './components/StateItem.svelte';
2974
2934
  export { default as Modal } from './components/Modal.svelte';
2975
- export { default as GridModalState } from './components/GridModalState.svelte';
2976
2935
  export { default as Grid } from './components/Grid.svelte';
2977
2936
  export { default as GridItem } from './components/GridItem.svelte';
2978
- export { default as Flex } from './components/Flex.svelte';
2979
- export { default as FlexItem } from './components/FlexItem.svelte';
2980
2937
  export { default as TextElement } from './components/TextElement.svelte';
2981
2938
  export { default as TextButtonElement } from './components/TextButtonElement.svelte';
2982
2939
  export { default as ImageElement } from './components/ImageElement.svelte';
@@ -2996,6 +2953,9 @@ export { default as SlideItem } from './components/SlideItem.svelte';
2996
2953
  export { default as Countdown } from './components/Countdown.svelte';
2997
2954
  export { default as Box } from './components/Box.svelte';
2998
2955
  export { default as IconElement } from './components/IconElement.svelte';
2956
+ export { default as Flex } from './components/Flex.svelte';
2957
+ export { default as FlexItem } from './components/FlexItem.svelte';
2958
+ export { default as GridModalState } from './components/GridModalState.svelte';
2999
2959
  export { default as TextBlock } from './components/TextBlock.svelte';
3000
2960
  export { default as TextButtonBlock } from './components/TextButtonBlock.svelte';
3001
2961
  export { default as ImageBlock } from './components/ImageBlock.svelte';