@plaidev/karte-action-sdk 1.1.153-28000945.c0a894e5 → 1.1.154-28001648.de71a45e
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 +47 -1
- package/dist/hydrate/index.es.js +308 -221
- package/dist/index.es.d.ts +47 -1
- package/dist/index.es.js +299 -220
- package/package.json +1 -1
@@ -215,6 +215,29 @@ type Color = `#${string}` | `rgba(${string})`;
|
|
215
215
|
/** @internal */
|
216
216
|
type FontWeight = string;
|
217
217
|
/** @internal */
|
218
|
+
declare const Fonts: readonly [
|
219
|
+
"Noto Sans Japanese",
|
220
|
+
"M PLUS Rounded 1c",
|
221
|
+
"M PLUS 1p",
|
222
|
+
"Kosugi Maru",
|
223
|
+
"Kosugi",
|
224
|
+
"BIZ UDPGothic",
|
225
|
+
"Noto Serif Japanese",
|
226
|
+
"BIZ UDPMincho",
|
227
|
+
"Roboto",
|
228
|
+
"Open Sans",
|
229
|
+
"Montserrat",
|
230
|
+
"Lato",
|
231
|
+
"Poppins",
|
232
|
+
"Raleway",
|
233
|
+
"Nunito",
|
234
|
+
"Playfair Display",
|
235
|
+
"Merriweather",
|
236
|
+
"Lora",
|
237
|
+
"Libre Baskerville",
|
238
|
+
"EB Garamond"
|
239
|
+
];
|
240
|
+
/** @internal */
|
218
241
|
declare const Justifies: readonly [
|
219
242
|
"flex-start",
|
220
243
|
"center",
|
@@ -1566,6 +1589,29 @@ declare namespace widget {
|
|
1566
1589
|
/** @internal */
|
1567
1590
|
type FontWeight = string;
|
1568
1591
|
/** @internal */
|
1592
|
+
const Fonts: readonly [
|
1593
|
+
"Noto Sans Japanese",
|
1594
|
+
"M PLUS Rounded 1c",
|
1595
|
+
"M PLUS 1p",
|
1596
|
+
"Kosugi Maru",
|
1597
|
+
"Kosugi",
|
1598
|
+
"BIZ UDPGothic",
|
1599
|
+
"Noto Serif Japanese",
|
1600
|
+
"BIZ UDPMincho",
|
1601
|
+
"Roboto",
|
1602
|
+
"Open Sans",
|
1603
|
+
"Montserrat",
|
1604
|
+
"Lato",
|
1605
|
+
"Poppins",
|
1606
|
+
"Raleway",
|
1607
|
+
"Nunito",
|
1608
|
+
"Playfair Display",
|
1609
|
+
"Merriweather",
|
1610
|
+
"Lora",
|
1611
|
+
"Libre Baskerville",
|
1612
|
+
"EB Garamond"
|
1613
|
+
];
|
1614
|
+
/** @internal */
|
1569
1615
|
const Justifies: readonly [
|
1570
1616
|
"flex-start",
|
1571
1617
|
"center",
|
@@ -2959,7 +3005,7 @@ declare namespace widget {
|
|
2959
3005
|
*/
|
2960
3006
|
export { showAction as show, closeAction as hide };
|
2961
3007
|
}
|
2962
|
-
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 };
|
3008
|
+
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, 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, 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 };
|
2963
3009
|
export type { CloseTrigger, ActionVariables, ActionEventHandler, SystemConfig, OnScrollContext, OnScrollFunction, ScrollDirection, LogLevel, Log, Event, ActionProps, ActionOptions, ActionHook, ActionCloseHook, ActionChangeStateHook, SendFunction, ActionHookLog, CollectionConfig, ActionTableRowRequestConfig, ActionTableRowsRequestConfig, ActionTableQueryRequestConfig, ActionTableRequestConfig };
|
2964
3010
|
export { onMount } from "svelte";
|
2965
3011
|
export { default as State } from './components/State.svelte';
|