@rippling/rippling-sdk 0.2.0-alpha.59 → 0.2.0-alpha.61
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/examples/manifest/dental-practice-management/dental-practice-management.ts +10 -10
- package/examples/manifest/dental-practice-management/functions/chair-schedule.ts +7 -10
- package/examples/manifest/dental-practice-management/functions/operatory-list.ts +7 -10
- package/examples/manifest/dental-practice-management/functions/patient-list.ts +7 -10
- package/examples/manifest/dental-practice-management/functions/treatment-plan-list.ts +7 -10
- package/examples/manifest/gym-membership-management/functions/check-in-desk.ts +7 -10
- package/examples/manifest/gym-membership-management/functions/member-list.ts +7 -10
- package/examples/manifest/gym-membership-management/functions/today-schedule.ts +7 -10
- package/examples/manifest/gym-membership-management/functions/trainer-list.ts +7 -10
- package/examples/manifest/gym-membership-management/gym-membership-management.ts +10 -10
- package/examples/manifest/simple-todo-app/functions/todo-list.ts +7 -10
- package/examples/manifest/simple-todo-app/simple-todo-app.ts +3 -5
- package/internal/tslib.js +0 -4
- package/lib/manifest/index.d.mts +1 -1
- package/lib/manifest/index.d.mts.map +1 -1
- package/lib/manifest/index.d.ts +1 -1
- package/lib/manifest/index.d.ts.map +1 -1
- package/lib/manifest/index.js.map +1 -1
- package/lib/manifest/index.mjs.map +1 -1
- package/lib/manifest/manifest-function.d.mts +10 -7
- package/lib/manifest/manifest-function.d.mts.map +1 -1
- package/lib/manifest/manifest-function.d.ts +10 -7
- package/lib/manifest/manifest-function.d.ts.map +1 -1
- package/lib/manifest/manifest-function.js +14 -10
- package/lib/manifest/manifest-function.js.map +1 -1
- package/lib/manifest/manifest-function.mjs +13 -10
- package/lib/manifest/manifest-function.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/manifest/index.ts +1 -0
- package/src/lib/manifest/manifest-function.ts +21 -11
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/examples/sdui/sdui-crud-todo/rippling-function.ts +0 -358
- package/examples/sdui/sdui-showcase/rippling-function.ts +0 -366
- package/examples/sdui/sdui-tab-multi-view/rippling-function.ts +0 -1042
- package/examples/sdui/vote/rippling-function.ts +0 -315
- package/lib/sdui/actions.d.mts +0 -25
- package/lib/sdui/actions.d.mts.map +0 -1
- package/lib/sdui/actions.d.ts +0 -25
- package/lib/sdui/actions.d.ts.map +0 -1
- package/lib/sdui/actions.js +0 -63
- package/lib/sdui/actions.js.map +0 -1
- package/lib/sdui/actions.mjs +0 -52
- package/lib/sdui/actions.mjs.map +0 -1
- package/lib/sdui/component.d.mts +0 -58
- package/lib/sdui/component.d.mts.map +0 -1
- package/lib/sdui/component.d.ts +0 -58
- package/lib/sdui/component.d.ts.map +0 -1
- package/lib/sdui/component.js +0 -128
- package/lib/sdui/component.js.map +0 -1
- package/lib/sdui/component.mjs +0 -124
- package/lib/sdui/component.mjs.map +0 -1
- package/lib/sdui/components.d.mts +0 -1047
- package/lib/sdui/components.d.mts.map +0 -1
- package/lib/sdui/components.d.ts +0 -1047
- package/lib/sdui/components.d.ts.map +0 -1
- package/lib/sdui/components.js +0 -845
- package/lib/sdui/components.js.map +0 -1
- package/lib/sdui/components.mjs +0 -840
- package/lib/sdui/components.mjs.map +0 -1
- package/lib/sdui/conditions.d.mts +0 -25
- package/lib/sdui/conditions.d.mts.map +0 -1
- package/lib/sdui/conditions.d.ts +0 -25
- package/lib/sdui/conditions.d.ts.map +0 -1
- package/lib/sdui/conditions.js +0 -47
- package/lib/sdui/conditions.js.map +0 -1
- package/lib/sdui/conditions.mjs +0 -35
- package/lib/sdui/conditions.mjs.map +0 -1
- package/lib/sdui/directives.d.mts +0 -18
- package/lib/sdui/directives.d.mts.map +0 -1
- package/lib/sdui/directives.d.ts +0 -18
- package/lib/sdui/directives.d.ts.map +0 -1
- package/lib/sdui/directives.js +0 -31
- package/lib/sdui/directives.js.map +0 -1
- package/lib/sdui/directives.mjs +0 -24
- package/lib/sdui/directives.mjs.map +0 -1
- package/lib/sdui/index.d.mts +0 -375
- package/lib/sdui/index.d.mts.map +0 -1
- package/lib/sdui/index.d.ts +0 -375
- package/lib/sdui/index.d.ts.map +0 -1
- package/lib/sdui/index.js +0 -386
- package/lib/sdui/index.js.map +0 -1
- package/lib/sdui/index.mjs +0 -215
- package/lib/sdui/index.mjs.map +0 -1
- package/lib/sdui/propTypes.d.mts +0 -5971
- package/lib/sdui/propTypes.d.mts.map +0 -1
- package/lib/sdui/propTypes.d.ts +0 -5971
- package/lib/sdui/propTypes.d.ts.map +0 -1
- package/lib/sdui/propTypes.js +0 -14
- package/lib/sdui/propTypes.js.map +0 -1
- package/lib/sdui/propTypes.mjs +0 -13
- package/lib/sdui/propTypes.mjs.map +0 -1
- package/lib/sdui/props.d.mts +0 -12
- package/lib/sdui/props.d.mts.map +0 -1
- package/lib/sdui/props.d.ts +0 -12
- package/lib/sdui/props.d.ts.map +0 -1
- package/lib/sdui/props.js +0 -25
- package/lib/sdui/props.js.map +0 -1
- package/lib/sdui/props.mjs +0 -21
- package/lib/sdui/props.mjs.map +0 -1
- package/lib/sdui/render.d.mts +0 -23
- package/lib/sdui/render.d.mts.map +0 -1
- package/lib/sdui/render.d.ts +0 -23
- package/lib/sdui/render.d.ts.map +0 -1
- package/lib/sdui/render.js +0 -48
- package/lib/sdui/render.js.map +0 -1
- package/lib/sdui/render.mjs +0 -45
- package/lib/sdui/render.mjs.map +0 -1
- package/lib/sdui/state.d.mts +0 -22
- package/lib/sdui/state.d.mts.map +0 -1
- package/lib/sdui/state.d.ts +0 -22
- package/lib/sdui/state.d.ts.map +0 -1
- package/lib/sdui/state.js +0 -59
- package/lib/sdui/state.js.map +0 -1
- package/lib/sdui/state.mjs +0 -55
- package/lib/sdui/state.mjs.map +0 -1
- package/lib/sdui.d.mts +0 -3
- package/lib/sdui.d.mts.map +0 -1
- package/lib/sdui.d.ts +0 -3
- package/lib/sdui.d.ts.map +0 -1
- package/lib/sdui.js +0 -8
- package/lib/sdui.js.map +0 -1
- package/lib/sdui.mjs +0 -3
- package/lib/sdui.mjs.map +0 -1
- package/src/lib/sdui/actions.ts +0 -71
- package/src/lib/sdui/component.ts +0 -162
- package/src/lib/sdui/components.ts +0 -1572
- package/src/lib/sdui/conditions.ts +0 -59
- package/src/lib/sdui/directives.ts +0 -45
- package/src/lib/sdui/index.ts +0 -650
- package/src/lib/sdui/propTypes.ts +0 -8087
- package/src/lib/sdui/props.ts +0 -32
- package/src/lib/sdui/render.ts +0 -66
- package/src/lib/sdui/state.ts +0 -66
- package/src/lib/sdui.ts +0 -2
package/lib/sdui/index.d.mts
DELETED
|
@@ -1,375 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AUTO-GENERATED — generated from catalog-schema.json
|
|
3
|
-
* Components: 134
|
|
4
|
-
*
|
|
5
|
-
* Do not edit manually. Run: node tools/sdui/builder/build.js
|
|
6
|
-
*/
|
|
7
|
-
export { createState, extractPath } from "./state.mjs";
|
|
8
|
-
export type { StateProxy, StateRef, BindStateRef } from "./state.mjs";
|
|
9
|
-
export { eq, neq, gt, gte, lt, lte, truthy, falsy, and, or } from "./conditions.mjs";
|
|
10
|
-
export type { StateCondition, OrCondition, VisibilityCondition } from "./conditions.mjs";
|
|
11
|
-
export { cond, template } from "./props.mjs";
|
|
12
|
-
export type { CondRef, TemplateRef } from "./props.mjs";
|
|
13
|
-
export { set, push, remove, callFunction, nav, notify, validate, openModal, closeModal } from "./actions.mjs";
|
|
14
|
-
export type { ActionBinding } from "./actions.mjs";
|
|
15
|
-
export { ActionCard, AiIcon, Alert, Animation, ApiError, AppGroupLoader, AppGroupSelect, AppNavBar, AtomsSeparator, Avatar, AvatarList, Badge, Box, Breadcrumb, Button, ButtonGroup, Card, CardGroup, Carousel, ChartLoader, CheckList, Checkbox, CheckboxGroup, Chip, ChipGroup, Circle, ColorPicker, ContentLoader, CountDown, Country, Currency, CustomObjectGrid, Date, DateInlineMulti, DateRange, DaySelector, DistributionBar, Divider, DraggableList, Drawer, Dropdown, Email, ExpansionPanel, ExpansionPanelGroup, Field, File, FileDrop, FloatingButton, Grid, HStack, Heading, Icon, IconButton, Image, ImageViewer, InputGroup, ItemNavigator, Label, LabelGroup, Layout, LayoutCard, Link, ListItem, LoaderCard, LocationCard, Masker, MenuList, Modal, ModalCloseButton, ModalFooter, NestedList, Number, ObjectListView, ObjectUI, ObjectUIContent, ObjectUIHeader, ObjectUIStats, ObjectUITemplate, PageAppLogo, PageContent, PageFooter, PageHeader, Paginate, Pane, Password, Percentage, Phone, ProgressBar, ProgressSteps, Radio, RangeSlider, ReportLoader, ReportShareLoader, ReportViewerLoader, ResizableBoard, Responsive, SegmentedControl, Select, SelectableGroup, SelectableMenu, SettingsLoader, ShowMore, Signature, Sin, Skeleton, Slider, SnackBar, Spinner, SplitButton, SplitPane, Ssn, Status, Stepper, Survey, Switch, Tab, TableBasic, Text, TextAutoSuggest, TextClip, TextInput, TextSnippet, Textarea, Time, TimeRange, Timezone, Tip, TitleCaption, ToggleableArrow, Tree, TreeSelect, VStack, Video, WorkEmail, } from "./components.mjs";
|
|
16
|
-
export type { SpecNode } from "./components.mjs";
|
|
17
|
-
export type { ActionCardProps, AiIconProps, AlertProps, AnimationProps, ApiErrorProps, AppGroupLoaderProps, AppGroupSelectProps, AppNavBarProps, AtomsSeparatorProps, AvatarProps, AvatarListProps, BadgeProps, BoxProps, BreadcrumbProps, ButtonProps, ButtonGroupProps, CardProps, CardGroupProps, CarouselProps, ChartLoaderProps, CheckListProps, CheckboxProps, CheckboxGroupProps, ChipProps, ChipGroupProps, CircleProps, ColorPickerProps, ContentLoaderProps, CountDownProps, CountryProps, CurrencyProps, CustomObjectGridProps, DateProps, DateInlineMultiProps, DateRangeProps, DaySelectorProps, DistributionBarProps, DividerProps, DraggableListProps, DrawerProps, DropdownProps, EmailProps, ExpansionPanelProps, ExpansionPanelGroupProps, FieldProps, FileProps, FileDropProps, FloatingButtonProps, GridProps, HStackProps, HeadingProps, IconProps, IconButtonProps, ImageProps, ImageViewerProps, InputGroupProps, ItemNavigatorProps, LabelProps, LabelGroupProps, LayoutProps, LayoutCardProps, LinkProps, ListItemProps, LoaderCardProps, LocationCardProps, MaskerProps, MenuListProps, ModalProps, ModalCloseButtonProps, ModalFooterProps, NestedListProps, NumberProps, ObjectListViewProps, ObjectUIProps, ObjectUIContentProps, ObjectUIHeaderProps, ObjectUIStatsProps, ObjectUITemplateProps, PageAppLogoProps, PageContentProps, PageFooterProps, PageHeaderProps, PaginateProps, PaneProps, PasswordProps, PercentageProps, PhoneProps, ProgressBarProps, ProgressStepsProps, RadioProps, RangeSliderProps, ReportLoaderProps, ReportShareLoaderProps, ReportViewerLoaderProps, ResizableBoardProps, ResponsiveProps, SegmentedControlProps, SelectProps, SelectableGroupProps, SelectableMenuProps, SettingsLoaderProps, ShowMoreProps, SignatureProps, SinProps, SkeletonProps, SliderProps, SnackBarProps, SpinnerProps, SplitButtonProps, SplitPaneProps, SsnProps, StatusProps, StepperProps, SurveyProps, SwitchProps, TabProps, TableBasicProps, TextProps, TextAutoSuggestProps, TextClipProps, TextInputProps, TextSnippetProps, TextareaProps, TimeProps, TimeRangeProps, TimezoneProps, TipProps, TitleCaptionProps, ToggleableArrowProps, TreeProps, TreeSelectProps, VStackProps, VideoProps, WorkEmailProps, } from "./components.mjs";
|
|
18
|
-
export type { ActionCardCatalogProps, AiIconCatalogProps, AlertCatalogProps, AnimationCatalogProps, ApiErrorCatalogProps, AppGroupLoaderCatalogProps, AppGroupSelectCatalogProps, AppNavBarCatalogProps, AtomsSeparatorCatalogProps, AvatarCatalogProps, AvatarListCatalogProps, BadgeCatalogProps, BoxCatalogProps, BreadcrumbCatalogProps, ButtonCatalogProps, ButtonGroupCatalogProps, CardCatalogProps, CardGroupCatalogProps, CarouselCatalogProps, ChartLoaderCatalogProps, CheckListCatalogProps, CheckboxCatalogProps, CheckboxGroupCatalogProps, ChipCatalogProps, ChipGroupCatalogProps, CircleCatalogProps, ColorPickerCatalogProps, ContentLoaderCatalogProps, CountDownCatalogProps, CountryCatalogProps, CurrencyCatalogProps, CustomObjectGridCatalogProps, DateCatalogProps, DateInlineMultiCatalogProps, DateRangeCatalogProps, DaySelectorCatalogProps, DistributionBarCatalogProps, DividerCatalogProps, DraggableListCatalogProps, DrawerCatalogProps, DropdownCatalogProps, EmailCatalogProps, ExpansionPanelCatalogProps, ExpansionPanelGroupCatalogProps, FieldCatalogProps, FileCatalogProps, FileDropCatalogProps, FloatingButtonCatalogProps, GridCatalogProps, HStackCatalogProps, HeadingCatalogProps, IconCatalogProps, IconButtonCatalogProps, ImageCatalogProps, ImageViewerCatalogProps, InputGroupCatalogProps, ItemNavigatorCatalogProps, LabelCatalogProps, LabelGroupCatalogProps, LayoutCatalogProps, LayoutCardCatalogProps, LinkCatalogProps, ListItemCatalogProps, LoaderCardCatalogProps, LocationCardCatalogProps, MaskerCatalogProps, MenuListCatalogProps, ModalCatalogProps, ModalCloseButtonCatalogProps, ModalFooterCatalogProps, NestedListCatalogProps, NumberCatalogProps, ObjectListViewCatalogProps, ObjectUICatalogProps, ObjectUIContentCatalogProps, ObjectUIHeaderCatalogProps, ObjectUIStatsCatalogProps, ObjectUITemplateCatalogProps, PageAppLogoCatalogProps, PageContentCatalogProps, PageFooterCatalogProps, PageHeaderCatalogProps, PaginateCatalogProps, PaneCatalogProps, PasswordCatalogProps, PercentageCatalogProps, PhoneCatalogProps, ProgressBarCatalogProps, ProgressStepsCatalogProps, RadioCatalogProps, RangeSliderCatalogProps, ReportLoaderCatalogProps, ReportShareLoaderCatalogProps, ReportViewerLoaderCatalogProps, ResizableBoardCatalogProps, ResponsiveCatalogProps, SegmentedControlCatalogProps, SelectCatalogProps, SelectableGroupCatalogProps, SelectableMenuCatalogProps, SettingsLoaderCatalogProps, ShowMoreCatalogProps, SignatureCatalogProps, SinCatalogProps, SkeletonCatalogProps, SliderCatalogProps, SnackBarCatalogProps, SpinnerCatalogProps, SplitButtonCatalogProps, SplitPaneCatalogProps, SsnCatalogProps, StatusCatalogProps, StepperCatalogProps, SurveyCatalogProps, SwitchCatalogProps, TabCatalogProps, TableBasicCatalogProps, TextCatalogProps, TextAutoSuggestCatalogProps, TextClipCatalogProps, TextInputCatalogProps, TextSnippetCatalogProps, TextareaCatalogProps, TimeCatalogProps, TimeRangeCatalogProps, TimezoneCatalogProps, TipCatalogProps, TitleCaptionCatalogProps, ToggleableArrowCatalogProps, TreeCatalogProps, TreeSelectCatalogProps, VStackCatalogProps, VideoCatalogProps, WorkEmailCatalogProps, } from "./propTypes.mjs";
|
|
19
|
-
export { visible, repeat, $item, $bindItem, $index } from "./directives.mjs";
|
|
20
|
-
export type { ItemRef, BindItemRef, IndexRef } from "./directives.mjs";
|
|
21
|
-
export { render } from "./render.mjs";
|
|
22
|
-
export type { FlatElement, Spec } from "./render.mjs";
|
|
23
|
-
export { component } from "./component.mjs";
|
|
24
|
-
export type { StateScope } from "./component.mjs";
|
|
25
|
-
import * as _conditions from "./conditions.mjs";
|
|
26
|
-
import * as _actions from "./actions.mjs";
|
|
27
|
-
import * as _components from "./components.mjs";
|
|
28
|
-
import * as _directives from "./directives.mjs";
|
|
29
|
-
export declare const conditions: {
|
|
30
|
-
eq: typeof _conditions.eq;
|
|
31
|
-
neq: typeof _conditions.neq;
|
|
32
|
-
gt: typeof _conditions.gt;
|
|
33
|
-
gte: typeof _conditions.gte;
|
|
34
|
-
lt: typeof _conditions.lt;
|
|
35
|
-
lte: typeof _conditions.lte;
|
|
36
|
-
truthy: typeof _conditions.truthy;
|
|
37
|
-
falsy: typeof _conditions.falsy;
|
|
38
|
-
and: typeof _conditions.and;
|
|
39
|
-
or: typeof _conditions.or;
|
|
40
|
-
};
|
|
41
|
-
export declare const actions: {
|
|
42
|
-
set: typeof _actions.set;
|
|
43
|
-
push: typeof _actions.push;
|
|
44
|
-
remove: typeof _actions.remove;
|
|
45
|
-
callFunction: typeof _actions.callFunction;
|
|
46
|
-
nav: typeof _actions.nav;
|
|
47
|
-
notify: typeof _actions.notify;
|
|
48
|
-
validate: typeof _actions.validate;
|
|
49
|
-
openModal: typeof _actions.openModal;
|
|
50
|
-
closeModal: typeof _actions.closeModal;
|
|
51
|
-
};
|
|
52
|
-
export declare const components: {
|
|
53
|
-
ActionCard: (props: _components.ActionCardProps) => _components.SpecNode;
|
|
54
|
-
AiIcon: (props?: _components.AiIconProps | undefined) => _components.SpecNode;
|
|
55
|
-
Alert: (props?: _components.AlertProps | undefined) => _components.SpecNode;
|
|
56
|
-
Animation: (props: _components.AnimationProps) => _components.SpecNode;
|
|
57
|
-
ApiError: (props?: _components.ApiErrorProps | undefined) => _components.SpecNode;
|
|
58
|
-
AppGroupLoader: (props?: _components.AppGroupLoaderProps | undefined) => _components.SpecNode;
|
|
59
|
-
AppGroupSelect: (props?: _components.AppGroupSelectProps | undefined) => _components.SpecNode;
|
|
60
|
-
AppNavBar: (props: _components.AppNavBarProps) => _components.SpecNode;
|
|
61
|
-
AtomsSeparator: (props?: _components.AtomsSeparatorProps | undefined) => _components.SpecNode;
|
|
62
|
-
Avatar: (props?: _components.AvatarProps | undefined) => _components.SpecNode;
|
|
63
|
-
AvatarList: (props?: _components.AvatarListProps | undefined) => _components.SpecNode;
|
|
64
|
-
Badge: (props: _components.BadgeProps) => _components.SpecNode;
|
|
65
|
-
Box: (props?: _components.BoxProps | undefined) => _components.SpecNode;
|
|
66
|
-
Breadcrumb: (props: _components.BreadcrumbProps) => _components.SpecNode;
|
|
67
|
-
Button: (props?: _components.ButtonProps | undefined) => _components.SpecNode;
|
|
68
|
-
ButtonGroup: (props?: _components.ButtonGroupProps | undefined) => _components.SpecNode;
|
|
69
|
-
Card: (props?: _components.CardProps | undefined) => _components.SpecNode;
|
|
70
|
-
CardGroup: (props?: _components.CardGroupProps | undefined) => _components.SpecNode;
|
|
71
|
-
Carousel: (props: _components.CarouselProps) => _components.SpecNode;
|
|
72
|
-
ChartLoader: (props?: _components.ChartLoaderProps | undefined) => _components.SpecNode;
|
|
73
|
-
CheckList: (props: _components.CheckListProps) => _components.SpecNode;
|
|
74
|
-
Checkbox: (props?: _components.CheckboxProps | undefined) => _components.SpecNode;
|
|
75
|
-
CheckboxGroup: (props?: _components.CheckboxGroupProps | undefined) => _components.SpecNode;
|
|
76
|
-
Chip: (props?: _components.ChipProps | undefined) => _components.SpecNode;
|
|
77
|
-
ChipGroup: (props?: _components.ChipGroupProps | undefined) => _components.SpecNode;
|
|
78
|
-
Circle: (props?: _components.CircleProps | undefined) => _components.SpecNode;
|
|
79
|
-
ColorPicker: (props?: _components.ColorPickerProps | undefined) => _components.SpecNode;
|
|
80
|
-
ContentLoader: (props?: _components.ContentLoaderProps | undefined) => _components.SpecNode;
|
|
81
|
-
CountDown: (props: _components.CountDownProps) => _components.SpecNode;
|
|
82
|
-
Country: (props: _components.CountryProps) => _components.SpecNode;
|
|
83
|
-
Currency: (props?: _components.CurrencyProps | undefined) => _components.SpecNode;
|
|
84
|
-
CustomObjectGrid: (props: _components.CustomObjectGridProps) => _components.SpecNode;
|
|
85
|
-
Date: (props?: _components.DateProps | undefined) => _components.SpecNode;
|
|
86
|
-
DateInlineMulti: (props?: _components.DateInlineMultiProps | undefined) => _components.SpecNode;
|
|
87
|
-
DateRange: (props?: _components.DateRangeProps | undefined) => _components.SpecNode;
|
|
88
|
-
DaySelector: (props?: _components.DaySelectorProps | undefined) => _components.SpecNode;
|
|
89
|
-
DistributionBar: (props: _components.DistributionBarProps) => _components.SpecNode;
|
|
90
|
-
Divider: (props?: _components.DividerProps | undefined) => _components.SpecNode;
|
|
91
|
-
DraggableList: (props: _components.DraggableListProps) => _components.SpecNode;
|
|
92
|
-
Drawer: (props?: _components.DrawerProps | undefined) => _components.SpecNode;
|
|
93
|
-
Dropdown: (props: _components.DropdownProps) => _components.SpecNode;
|
|
94
|
-
Email: (props?: _components.EmailProps | undefined) => _components.SpecNode;
|
|
95
|
-
ExpansionPanel: (props: _components.ExpansionPanelProps) => _components.SpecNode;
|
|
96
|
-
ExpansionPanelGroup: (props?: _components.ExpansionPanelGroupProps | undefined) => _components.SpecNode;
|
|
97
|
-
Field: (props?: _components.FieldProps | undefined) => _components.SpecNode;
|
|
98
|
-
File: (props?: _components.FileProps | undefined) => _components.SpecNode;
|
|
99
|
-
FileDrop: (props?: _components.FileDropProps | undefined) => _components.SpecNode;
|
|
100
|
-
FloatingButton: (props: _components.FloatingButtonProps) => _components.SpecNode;
|
|
101
|
-
Grid: (props: _components.GridProps) => _components.SpecNode;
|
|
102
|
-
HStack: (props?: _components.HStackProps | undefined) => _components.SpecNode;
|
|
103
|
-
Heading: (props?: _components.HeadingProps | undefined) => _components.SpecNode;
|
|
104
|
-
Icon: (props: _components.IconProps) => _components.SpecNode;
|
|
105
|
-
IconButton: (props: _components.IconButtonProps) => _components.SpecNode;
|
|
106
|
-
Image: (props: _components.ImageProps) => _components.SpecNode;
|
|
107
|
-
ImageViewer: (props: _components.ImageViewerProps) => _components.SpecNode;
|
|
108
|
-
InputGroup: (props: _components.InputGroupProps) => _components.SpecNode;
|
|
109
|
-
ItemNavigator: (props: _components.ItemNavigatorProps) => _components.SpecNode;
|
|
110
|
-
Label: (props: _components.LabelProps) => _components.SpecNode;
|
|
111
|
-
LabelGroup: (props?: _components.LabelGroupProps | undefined) => _components.SpecNode;
|
|
112
|
-
Layout: (props?: _components.LayoutProps | undefined) => _components.SpecNode;
|
|
113
|
-
LayoutCard: (props?: _components.LayoutCardProps | undefined) => _components.SpecNode;
|
|
114
|
-
Link: (props: _components.LinkProps) => _components.SpecNode;
|
|
115
|
-
ListItem: (props?: _components.ListItemProps | undefined) => _components.SpecNode;
|
|
116
|
-
LoaderCard: (props?: _components.LoaderCardProps | undefined) => _components.SpecNode;
|
|
117
|
-
LocationCard: (props: _components.LocationCardProps) => _components.SpecNode;
|
|
118
|
-
Masker: (props: _components.MaskerProps) => _components.SpecNode;
|
|
119
|
-
MenuList: (props: _components.MenuListProps) => _components.SpecNode;
|
|
120
|
-
Modal: (props?: _components.ModalProps | undefined) => _components.SpecNode;
|
|
121
|
-
ModalCloseButton: (props?: _components.ModalCloseButtonProps | undefined) => _components.SpecNode;
|
|
122
|
-
ModalFooter: (props?: _components.ModalFooterProps | undefined) => _components.SpecNode;
|
|
123
|
-
NestedList: (props: _components.NestedListProps) => _components.SpecNode;
|
|
124
|
-
Number: (props?: _components.NumberProps | undefined) => _components.SpecNode;
|
|
125
|
-
ObjectListView: (props: _components.ObjectListViewProps) => _components.SpecNode;
|
|
126
|
-
ObjectUI: (props?: _components.ObjectUIProps | undefined) => _components.SpecNode;
|
|
127
|
-
ObjectUIContent: (props?: _components.ObjectUIContentProps | undefined) => _components.SpecNode;
|
|
128
|
-
ObjectUIHeader: (props?: _components.ObjectUIHeaderProps | undefined) => _components.SpecNode;
|
|
129
|
-
ObjectUIStats: (props: _components.ObjectUIStatsProps) => _components.SpecNode;
|
|
130
|
-
ObjectUITemplate: (props?: _components.ObjectUITemplateProps | undefined) => _components.SpecNode;
|
|
131
|
-
PageAppLogo: (props: _components.PageAppLogoProps) => _components.SpecNode;
|
|
132
|
-
PageContent: (props?: _components.PageContentProps | undefined) => _components.SpecNode;
|
|
133
|
-
PageFooter: (props?: _components.PageFooterProps | undefined) => _components.SpecNode;
|
|
134
|
-
PageHeader: (props?: _components.PageHeaderProps | undefined) => _components.SpecNode;
|
|
135
|
-
Paginate: (props: _components.PaginateProps) => _components.SpecNode;
|
|
136
|
-
Pane: (props: _components.PaneProps) => _components.SpecNode;
|
|
137
|
-
Password: (props?: _components.PasswordProps | undefined) => _components.SpecNode;
|
|
138
|
-
Percentage: (props?: _components.PercentageProps | undefined) => _components.SpecNode;
|
|
139
|
-
Phone: (props?: _components.PhoneProps | undefined) => _components.SpecNode;
|
|
140
|
-
ProgressBar: (props?: _components.ProgressBarProps | undefined) => _components.SpecNode;
|
|
141
|
-
ProgressSteps: (props: _components.ProgressStepsProps) => _components.SpecNode;
|
|
142
|
-
Radio: (props?: _components.RadioProps | undefined) => _components.SpecNode;
|
|
143
|
-
RangeSlider: (props?: _components.RangeSliderProps | undefined) => _components.SpecNode;
|
|
144
|
-
ReportLoader: (props?: _components.ReportLoaderProps | undefined) => _components.SpecNode;
|
|
145
|
-
ReportShareLoader: (props?: _components.ReportShareLoaderProps | undefined) => _components.SpecNode;
|
|
146
|
-
ReportViewerLoader: (props?: _components.ReportViewerLoaderProps | undefined) => _components.SpecNode;
|
|
147
|
-
ResizableBoard: (props: _components.ResizableBoardProps) => _components.SpecNode;
|
|
148
|
-
Responsive: (props?: _components.ResponsiveProps | undefined) => _components.SpecNode;
|
|
149
|
-
SegmentedControl: (props: _components.SegmentedControlProps) => _components.SpecNode;
|
|
150
|
-
Select: (props?: _components.SelectProps | undefined) => _components.SpecNode;
|
|
151
|
-
SelectableGroup: (props: _components.SelectableGroupProps) => _components.SpecNode;
|
|
152
|
-
SelectableMenu: (props: _components.SelectableMenuProps) => _components.SpecNode;
|
|
153
|
-
SettingsLoader: (props?: _components.SettingsLoaderProps | undefined) => _components.SpecNode;
|
|
154
|
-
ShowMore: (props?: _components.ShowMoreProps | undefined) => _components.SpecNode;
|
|
155
|
-
Signature: (props?: _components.SignatureProps | undefined) => _components.SpecNode;
|
|
156
|
-
Sin: (props?: _components.SinProps | undefined) => _components.SpecNode;
|
|
157
|
-
Skeleton: (props?: _components.SkeletonProps | undefined) => _components.SpecNode;
|
|
158
|
-
Slider: (props?: _components.SliderProps | undefined) => _components.SpecNode;
|
|
159
|
-
SnackBar: (props: _components.SnackBarProps) => _components.SpecNode;
|
|
160
|
-
Spinner: (props?: _components.SpinnerProps | undefined) => _components.SpecNode;
|
|
161
|
-
SplitButton: (props: _components.SplitButtonProps) => _components.SpecNode;
|
|
162
|
-
SplitPane: (props?: _components.SplitPaneProps | undefined) => _components.SpecNode;
|
|
163
|
-
Ssn: (props?: _components.SsnProps | undefined) => _components.SpecNode;
|
|
164
|
-
Status: (props: _components.StatusProps) => _components.SpecNode;
|
|
165
|
-
Stepper: (props: _components.StepperProps) => _components.SpecNode;
|
|
166
|
-
Survey: (props: _components.SurveyProps) => _components.SpecNode;
|
|
167
|
-
Switch: (props?: _components.SwitchProps | undefined) => _components.SpecNode;
|
|
168
|
-
Tab: (props: _components.TabProps) => _components.SpecNode;
|
|
169
|
-
TableBasic: (props: _components.TableBasicProps) => _components.SpecNode;
|
|
170
|
-
Text: (props?: _components.TextProps | undefined) => _components.SpecNode;
|
|
171
|
-
TextAutoSuggest: (props?: _components.TextAutoSuggestProps | undefined) => _components.SpecNode;
|
|
172
|
-
TextClip: (props: _components.TextClipProps) => _components.SpecNode;
|
|
173
|
-
TextInput: (props?: _components.TextInputProps | undefined) => _components.SpecNode;
|
|
174
|
-
TextSnippet: (props: _components.TextSnippetProps) => _components.SpecNode;
|
|
175
|
-
Textarea: (props?: _components.TextareaProps | undefined) => _components.SpecNode;
|
|
176
|
-
Time: (props?: _components.TimeProps | undefined) => _components.SpecNode;
|
|
177
|
-
TimeRange: (props?: _components.TimeRangeProps | undefined) => _components.SpecNode;
|
|
178
|
-
Timezone: (props?: _components.TimezoneProps | undefined) => _components.SpecNode;
|
|
179
|
-
Tip: (props: _components.TipProps) => _components.SpecNode;
|
|
180
|
-
TitleCaption: (props: _components.TitleCaptionProps) => _components.SpecNode;
|
|
181
|
-
ToggleableArrow: (props?: _components.ToggleableArrowProps | undefined) => _components.SpecNode;
|
|
182
|
-
Tree: (props: _components.TreeProps) => _components.SpecNode;
|
|
183
|
-
TreeSelect: (props: _components.TreeSelectProps) => _components.SpecNode;
|
|
184
|
-
VStack: (props?: _components.VStackProps | undefined) => _components.SpecNode;
|
|
185
|
-
Video: (props: _components.VideoProps) => _components.SpecNode;
|
|
186
|
-
WorkEmail: (props?: _components.WorkEmailProps | undefined) => _components.SpecNode;
|
|
187
|
-
};
|
|
188
|
-
export declare const directives: {
|
|
189
|
-
visible: typeof _directives.visible;
|
|
190
|
-
repeat: typeof _directives.repeat;
|
|
191
|
-
$item: typeof _directives.$item;
|
|
192
|
-
$bindItem: typeof _directives.$bindItem;
|
|
193
|
-
$index: typeof _directives.$index;
|
|
194
|
-
};
|
|
195
|
-
import { createState } from "./state.mjs";
|
|
196
|
-
import { cond, template } from "./props.mjs";
|
|
197
|
-
import { render } from "./render.mjs";
|
|
198
|
-
import { component } from "./component.mjs";
|
|
199
|
-
declare const SDUI: {
|
|
200
|
-
createState: typeof createState;
|
|
201
|
-
render: typeof render;
|
|
202
|
-
visible: typeof _directives.visible;
|
|
203
|
-
repeat: typeof _directives.repeat;
|
|
204
|
-
cond: typeof cond;
|
|
205
|
-
component: typeof component;
|
|
206
|
-
template: typeof template;
|
|
207
|
-
components: {
|
|
208
|
-
ActionCard: (props: _components.ActionCardProps) => _components.SpecNode;
|
|
209
|
-
AiIcon: (props?: _components.AiIconProps | undefined) => _components.SpecNode;
|
|
210
|
-
Alert: (props?: _components.AlertProps | undefined) => _components.SpecNode;
|
|
211
|
-
Animation: (props: _components.AnimationProps) => _components.SpecNode;
|
|
212
|
-
ApiError: (props?: _components.ApiErrorProps | undefined) => _components.SpecNode;
|
|
213
|
-
AppGroupLoader: (props?: _components.AppGroupLoaderProps | undefined) => _components.SpecNode;
|
|
214
|
-
AppGroupSelect: (props?: _components.AppGroupSelectProps | undefined) => _components.SpecNode;
|
|
215
|
-
AppNavBar: (props: _components.AppNavBarProps) => _components.SpecNode;
|
|
216
|
-
AtomsSeparator: (props?: _components.AtomsSeparatorProps | undefined) => _components.SpecNode;
|
|
217
|
-
Avatar: (props?: _components.AvatarProps | undefined) => _components.SpecNode;
|
|
218
|
-
AvatarList: (props?: _components.AvatarListProps | undefined) => _components.SpecNode;
|
|
219
|
-
Badge: (props: _components.BadgeProps) => _components.SpecNode;
|
|
220
|
-
Box: (props?: _components.BoxProps | undefined) => _components.SpecNode;
|
|
221
|
-
Breadcrumb: (props: _components.BreadcrumbProps) => _components.SpecNode;
|
|
222
|
-
Button: (props?: _components.ButtonProps | undefined) => _components.SpecNode;
|
|
223
|
-
ButtonGroup: (props?: _components.ButtonGroupProps | undefined) => _components.SpecNode;
|
|
224
|
-
Card: (props?: _components.CardProps | undefined) => _components.SpecNode;
|
|
225
|
-
CardGroup: (props?: _components.CardGroupProps | undefined) => _components.SpecNode;
|
|
226
|
-
Carousel: (props: _components.CarouselProps) => _components.SpecNode;
|
|
227
|
-
ChartLoader: (props?: _components.ChartLoaderProps | undefined) => _components.SpecNode;
|
|
228
|
-
CheckList: (props: _components.CheckListProps) => _components.SpecNode;
|
|
229
|
-
Checkbox: (props?: _components.CheckboxProps | undefined) => _components.SpecNode;
|
|
230
|
-
CheckboxGroup: (props?: _components.CheckboxGroupProps | undefined) => _components.SpecNode;
|
|
231
|
-
Chip: (props?: _components.ChipProps | undefined) => _components.SpecNode;
|
|
232
|
-
ChipGroup: (props?: _components.ChipGroupProps | undefined) => _components.SpecNode;
|
|
233
|
-
Circle: (props?: _components.CircleProps | undefined) => _components.SpecNode;
|
|
234
|
-
ColorPicker: (props?: _components.ColorPickerProps | undefined) => _components.SpecNode;
|
|
235
|
-
ContentLoader: (props?: _components.ContentLoaderProps | undefined) => _components.SpecNode;
|
|
236
|
-
CountDown: (props: _components.CountDownProps) => _components.SpecNode;
|
|
237
|
-
Country: (props: _components.CountryProps) => _components.SpecNode;
|
|
238
|
-
Currency: (props?: _components.CurrencyProps | undefined) => _components.SpecNode;
|
|
239
|
-
CustomObjectGrid: (props: _components.CustomObjectGridProps) => _components.SpecNode;
|
|
240
|
-
Date: (props?: _components.DateProps | undefined) => _components.SpecNode;
|
|
241
|
-
DateInlineMulti: (props?: _components.DateInlineMultiProps | undefined) => _components.SpecNode;
|
|
242
|
-
DateRange: (props?: _components.DateRangeProps | undefined) => _components.SpecNode;
|
|
243
|
-
DaySelector: (props?: _components.DaySelectorProps | undefined) => _components.SpecNode;
|
|
244
|
-
DistributionBar: (props: _components.DistributionBarProps) => _components.SpecNode;
|
|
245
|
-
Divider: (props?: _components.DividerProps | undefined) => _components.SpecNode;
|
|
246
|
-
DraggableList: (props: _components.DraggableListProps) => _components.SpecNode;
|
|
247
|
-
Drawer: (props?: _components.DrawerProps | undefined) => _components.SpecNode;
|
|
248
|
-
Dropdown: (props: _components.DropdownProps) => _components.SpecNode;
|
|
249
|
-
Email: (props?: _components.EmailProps | undefined) => _components.SpecNode;
|
|
250
|
-
ExpansionPanel: (props: _components.ExpansionPanelProps) => _components.SpecNode;
|
|
251
|
-
ExpansionPanelGroup: (props?: _components.ExpansionPanelGroupProps | undefined) => _components.SpecNode;
|
|
252
|
-
Field: (props?: _components.FieldProps | undefined) => _components.SpecNode;
|
|
253
|
-
File: (props?: _components.FileProps | undefined) => _components.SpecNode;
|
|
254
|
-
FileDrop: (props?: _components.FileDropProps | undefined) => _components.SpecNode;
|
|
255
|
-
FloatingButton: (props: _components.FloatingButtonProps) => _components.SpecNode;
|
|
256
|
-
Grid: (props: _components.GridProps) => _components.SpecNode;
|
|
257
|
-
HStack: (props?: _components.HStackProps | undefined) => _components.SpecNode;
|
|
258
|
-
Heading: (props?: _components.HeadingProps | undefined) => _components.SpecNode;
|
|
259
|
-
Icon: (props: _components.IconProps) => _components.SpecNode;
|
|
260
|
-
IconButton: (props: _components.IconButtonProps) => _components.SpecNode;
|
|
261
|
-
Image: (props: _components.ImageProps) => _components.SpecNode;
|
|
262
|
-
ImageViewer: (props: _components.ImageViewerProps) => _components.SpecNode;
|
|
263
|
-
InputGroup: (props: _components.InputGroupProps) => _components.SpecNode;
|
|
264
|
-
ItemNavigator: (props: _components.ItemNavigatorProps) => _components.SpecNode;
|
|
265
|
-
Label: (props: _components.LabelProps) => _components.SpecNode;
|
|
266
|
-
LabelGroup: (props?: _components.LabelGroupProps | undefined) => _components.SpecNode;
|
|
267
|
-
Layout: (props?: _components.LayoutProps | undefined) => _components.SpecNode;
|
|
268
|
-
LayoutCard: (props?: _components.LayoutCardProps | undefined) => _components.SpecNode;
|
|
269
|
-
Link: (props: _components.LinkProps) => _components.SpecNode;
|
|
270
|
-
ListItem: (props?: _components.ListItemProps | undefined) => _components.SpecNode;
|
|
271
|
-
LoaderCard: (props?: _components.LoaderCardProps | undefined) => _components.SpecNode;
|
|
272
|
-
LocationCard: (props: _components.LocationCardProps) => _components.SpecNode;
|
|
273
|
-
Masker: (props: _components.MaskerProps) => _components.SpecNode;
|
|
274
|
-
MenuList: (props: _components.MenuListProps) => _components.SpecNode;
|
|
275
|
-
Modal: (props?: _components.ModalProps | undefined) => _components.SpecNode;
|
|
276
|
-
ModalCloseButton: (props?: _components.ModalCloseButtonProps | undefined) => _components.SpecNode;
|
|
277
|
-
ModalFooter: (props?: _components.ModalFooterProps | undefined) => _components.SpecNode;
|
|
278
|
-
NestedList: (props: _components.NestedListProps) => _components.SpecNode;
|
|
279
|
-
Number: (props?: _components.NumberProps | undefined) => _components.SpecNode;
|
|
280
|
-
ObjectListView: (props: _components.ObjectListViewProps) => _components.SpecNode;
|
|
281
|
-
ObjectUI: (props?: _components.ObjectUIProps | undefined) => _components.SpecNode;
|
|
282
|
-
ObjectUIContent: (props?: _components.ObjectUIContentProps | undefined) => _components.SpecNode;
|
|
283
|
-
ObjectUIHeader: (props?: _components.ObjectUIHeaderProps | undefined) => _components.SpecNode;
|
|
284
|
-
ObjectUIStats: (props: _components.ObjectUIStatsProps) => _components.SpecNode;
|
|
285
|
-
ObjectUITemplate: (props?: _components.ObjectUITemplateProps | undefined) => _components.SpecNode;
|
|
286
|
-
PageAppLogo: (props: _components.PageAppLogoProps) => _components.SpecNode;
|
|
287
|
-
PageContent: (props?: _components.PageContentProps | undefined) => _components.SpecNode;
|
|
288
|
-
PageFooter: (props?: _components.PageFooterProps | undefined) => _components.SpecNode;
|
|
289
|
-
PageHeader: (props?: _components.PageHeaderProps | undefined) => _components.SpecNode;
|
|
290
|
-
Paginate: (props: _components.PaginateProps) => _components.SpecNode;
|
|
291
|
-
Pane: (props: _components.PaneProps) => _components.SpecNode;
|
|
292
|
-
Password: (props?: _components.PasswordProps | undefined) => _components.SpecNode;
|
|
293
|
-
Percentage: (props?: _components.PercentageProps | undefined) => _components.SpecNode;
|
|
294
|
-
Phone: (props?: _components.PhoneProps | undefined) => _components.SpecNode;
|
|
295
|
-
ProgressBar: (props?: _components.ProgressBarProps | undefined) => _components.SpecNode;
|
|
296
|
-
ProgressSteps: (props: _components.ProgressStepsProps) => _components.SpecNode;
|
|
297
|
-
Radio: (props?: _components.RadioProps | undefined) => _components.SpecNode;
|
|
298
|
-
RangeSlider: (props?: _components.RangeSliderProps | undefined) => _components.SpecNode;
|
|
299
|
-
ReportLoader: (props?: _components.ReportLoaderProps | undefined) => _components.SpecNode;
|
|
300
|
-
ReportShareLoader: (props?: _components.ReportShareLoaderProps | undefined) => _components.SpecNode;
|
|
301
|
-
ReportViewerLoader: (props?: _components.ReportViewerLoaderProps | undefined) => _components.SpecNode;
|
|
302
|
-
ResizableBoard: (props: _components.ResizableBoardProps) => _components.SpecNode;
|
|
303
|
-
Responsive: (props?: _components.ResponsiveProps | undefined) => _components.SpecNode;
|
|
304
|
-
SegmentedControl: (props: _components.SegmentedControlProps) => _components.SpecNode;
|
|
305
|
-
Select: (props?: _components.SelectProps | undefined) => _components.SpecNode;
|
|
306
|
-
SelectableGroup: (props: _components.SelectableGroupProps) => _components.SpecNode;
|
|
307
|
-
SelectableMenu: (props: _components.SelectableMenuProps) => _components.SpecNode;
|
|
308
|
-
SettingsLoader: (props?: _components.SettingsLoaderProps | undefined) => _components.SpecNode;
|
|
309
|
-
ShowMore: (props?: _components.ShowMoreProps | undefined) => _components.SpecNode;
|
|
310
|
-
Signature: (props?: _components.SignatureProps | undefined) => _components.SpecNode;
|
|
311
|
-
Sin: (props?: _components.SinProps | undefined) => _components.SpecNode;
|
|
312
|
-
Skeleton: (props?: _components.SkeletonProps | undefined) => _components.SpecNode;
|
|
313
|
-
Slider: (props?: _components.SliderProps | undefined) => _components.SpecNode;
|
|
314
|
-
SnackBar: (props: _components.SnackBarProps) => _components.SpecNode;
|
|
315
|
-
Spinner: (props?: _components.SpinnerProps | undefined) => _components.SpecNode;
|
|
316
|
-
SplitButton: (props: _components.SplitButtonProps) => _components.SpecNode;
|
|
317
|
-
SplitPane: (props?: _components.SplitPaneProps | undefined) => _components.SpecNode;
|
|
318
|
-
Ssn: (props?: _components.SsnProps | undefined) => _components.SpecNode;
|
|
319
|
-
Status: (props: _components.StatusProps) => _components.SpecNode;
|
|
320
|
-
Stepper: (props: _components.StepperProps) => _components.SpecNode;
|
|
321
|
-
Survey: (props: _components.SurveyProps) => _components.SpecNode;
|
|
322
|
-
Switch: (props?: _components.SwitchProps | undefined) => _components.SpecNode;
|
|
323
|
-
Tab: (props: _components.TabProps) => _components.SpecNode;
|
|
324
|
-
TableBasic: (props: _components.TableBasicProps) => _components.SpecNode;
|
|
325
|
-
Text: (props?: _components.TextProps | undefined) => _components.SpecNode;
|
|
326
|
-
TextAutoSuggest: (props?: _components.TextAutoSuggestProps | undefined) => _components.SpecNode;
|
|
327
|
-
TextClip: (props: _components.TextClipProps) => _components.SpecNode;
|
|
328
|
-
TextInput: (props?: _components.TextInputProps | undefined) => _components.SpecNode;
|
|
329
|
-
TextSnippet: (props: _components.TextSnippetProps) => _components.SpecNode;
|
|
330
|
-
Textarea: (props?: _components.TextareaProps | undefined) => _components.SpecNode;
|
|
331
|
-
Time: (props?: _components.TimeProps | undefined) => _components.SpecNode;
|
|
332
|
-
TimeRange: (props?: _components.TimeRangeProps | undefined) => _components.SpecNode;
|
|
333
|
-
Timezone: (props?: _components.TimezoneProps | undefined) => _components.SpecNode;
|
|
334
|
-
Tip: (props: _components.TipProps) => _components.SpecNode;
|
|
335
|
-
TitleCaption: (props: _components.TitleCaptionProps) => _components.SpecNode;
|
|
336
|
-
ToggleableArrow: (props?: _components.ToggleableArrowProps | undefined) => _components.SpecNode;
|
|
337
|
-
Tree: (props: _components.TreeProps) => _components.SpecNode;
|
|
338
|
-
TreeSelect: (props: _components.TreeSelectProps) => _components.SpecNode;
|
|
339
|
-
VStack: (props?: _components.VStackProps | undefined) => _components.SpecNode;
|
|
340
|
-
Video: (props: _components.VideoProps) => _components.SpecNode;
|
|
341
|
-
WorkEmail: (props?: _components.WorkEmailProps | undefined) => _components.SpecNode;
|
|
342
|
-
};
|
|
343
|
-
actions: {
|
|
344
|
-
set: typeof _actions.set;
|
|
345
|
-
push: typeof _actions.push;
|
|
346
|
-
remove: typeof _actions.remove;
|
|
347
|
-
callFunction: typeof _actions.callFunction;
|
|
348
|
-
nav: typeof _actions.nav;
|
|
349
|
-
notify: typeof _actions.notify;
|
|
350
|
-
validate: typeof _actions.validate;
|
|
351
|
-
openModal: typeof _actions.openModal;
|
|
352
|
-
closeModal: typeof _actions.closeModal;
|
|
353
|
-
};
|
|
354
|
-
conditions: {
|
|
355
|
-
eq: typeof _conditions.eq;
|
|
356
|
-
neq: typeof _conditions.neq;
|
|
357
|
-
gt: typeof _conditions.gt;
|
|
358
|
-
gte: typeof _conditions.gte;
|
|
359
|
-
lt: typeof _conditions.lt;
|
|
360
|
-
lte: typeof _conditions.lte;
|
|
361
|
-
truthy: typeof _conditions.truthy;
|
|
362
|
-
falsy: typeof _conditions.falsy;
|
|
363
|
-
and: typeof _conditions.and;
|
|
364
|
-
or: typeof _conditions.or;
|
|
365
|
-
};
|
|
366
|
-
directives: {
|
|
367
|
-
visible: typeof _directives.visible;
|
|
368
|
-
repeat: typeof _directives.repeat;
|
|
369
|
-
$item: typeof _directives.$item;
|
|
370
|
-
$bindItem: typeof _directives.$bindItem;
|
|
371
|
-
$index: typeof _directives.$index;
|
|
372
|
-
};
|
|
373
|
-
};
|
|
374
|
-
export default SDUI;
|
|
375
|
-
//# sourceMappingURL=index.d.mts.map
|
package/lib/sdui/index.d.mts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/lib/sdui/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAKH,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,oBAAgB;AACnD,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,YAAY,EAAE,oBAAgB;AAGlE,OAAO,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,EAAE,yBAAqB;AACjF,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,mBAAmB,EAAE,yBAAqB;AAGrF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,oBAAgB;AACzC,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,oBAAgB;AAGpD,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,sBAAkB;AAC1G,YAAY,EAAE,aAAa,EAAE,sBAAkB;AAG/C,OAAO,EACL,UAAU,EACV,MAAM,EACN,KAAK,EACL,SAAS,EACT,QAAQ,EACR,cAAc,EACd,cAAc,EACd,SAAS,EACT,cAAc,EACd,MAAM,EACN,UAAU,EACV,KAAK,EACL,GAAG,EACH,UAAU,EACV,MAAM,EACN,WAAW,EACX,IAAI,EACJ,SAAS,EACT,QAAQ,EACR,WAAW,EACX,SAAS,EACT,QAAQ,EACR,aAAa,EACb,IAAI,EACJ,SAAS,EACT,MAAM,EACN,WAAW,EACX,aAAa,EACb,SAAS,EACT,OAAO,EACP,QAAQ,EACR,gBAAgB,EAChB,IAAI,EACJ,eAAe,EACf,SAAS,EACT,WAAW,EACX,eAAe,EACf,OAAO,EACP,aAAa,EACb,MAAM,EACN,QAAQ,EACR,KAAK,EACL,cAAc,EACd,mBAAmB,EACnB,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,cAAc,EACd,IAAI,EACJ,MAAM,EACN,OAAO,EACP,IAAI,EACJ,UAAU,EACV,KAAK,EACL,WAAW,EACX,UAAU,EACV,aAAa,EACb,KAAK,EACL,UAAU,EACV,MAAM,EACN,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,MAAM,EACN,QAAQ,EACR,KAAK,EACL,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,MAAM,EACN,cAAc,EACd,QAAQ,EACR,eAAe,EACf,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,UAAU,EACV,UAAU,EACV,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,KAAK,EACL,WAAW,EACX,aAAa,EACb,KAAK,EACL,WAAW,EACX,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,MAAM,EACN,eAAe,EACf,cAAc,EACd,cAAc,EACd,QAAQ,EACR,SAAS,EACT,GAAG,EACH,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,OAAO,EACP,WAAW,EACX,SAAS,EACT,GAAG,EACH,MAAM,EACN,OAAO,EACP,MAAM,EACN,MAAM,EACN,GAAG,EACH,UAAU,EACV,IAAI,EACJ,eAAe,EACf,QAAQ,EACR,SAAS,EACT,WAAW,EACX,QAAQ,EACR,IAAI,EACJ,SAAS,EACT,QAAQ,EACR,GAAG,EACH,YAAY,EACZ,eAAe,EACf,IAAI,EACJ,UAAU,EACV,MAAM,EACN,KAAK,EACL,SAAS,GACV,yBAAqB;AACtB,YAAY,EAAE,QAAQ,EAAE,yBAAqB;AAC7C,YAAY,EACV,eAAe,EACf,WAAW,EACX,UAAU,EACV,cAAc,EACd,aAAa,EACb,mBAAmB,EACnB,mBAAmB,EACnB,cAAc,EACd,mBAAmB,EACnB,WAAW,EACX,eAAe,EACf,UAAU,EACV,QAAQ,EACR,eAAe,EACf,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,cAAc,EACd,aAAa,EACb,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,SAAS,EACT,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,YAAY,EACZ,aAAa,EACb,qBAAqB,EACrB,SAAS,EACT,oBAAoB,EACpB,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,YAAY,EACZ,kBAAkB,EAClB,WAAW,EACX,aAAa,EACb,UAAU,EACV,mBAAmB,EACnB,wBAAwB,EACxB,UAAU,EACV,SAAS,EACT,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,WAAW,EACX,YAAY,EACZ,SAAS,EACT,eAAe,EACf,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,UAAU,EACV,eAAe,EACf,WAAW,EACX,eAAe,EACf,SAAS,EACT,aAAa,EACb,eAAe,EACf,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,UAAU,EACV,qBAAqB,EACrB,gBAAgB,EAChB,eAAe,EACf,WAAW,EACX,mBAAmB,EACnB,aAAa,EACb,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,aAAa,EACb,SAAS,EACT,aAAa,EACb,eAAe,EACf,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,mBAAmB,EACnB,eAAe,EACf,qBAAqB,EACrB,WAAW,EACX,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,aAAa,EACb,cAAc,EACd,QAAQ,EACR,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,cAAc,EACd,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,WAAW,EACX,WAAW,EACX,QAAQ,EACR,eAAe,EACf,SAAS,EACT,oBAAoB,EACpB,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,aAAa,EACb,SAAS,EACT,cAAc,EACd,aAAa,EACb,QAAQ,EACR,iBAAiB,EACjB,oBAAoB,EACpB,SAAS,EACT,eAAe,EACf,WAAW,EACX,UAAU,EACV,cAAc,GACf,yBAAqB;AAGtB,YAAY,EACV,sBAAsB,EACtB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,0BAA0B,EAC1B,0BAA0B,EAC1B,qBAAqB,EACrB,0BAA0B,EAC1B,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,eAAe,EACf,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,gBAAgB,EAChB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,qBAAqB,EACrB,oBAAoB,EACpB,yBAAyB,EACzB,gBAAgB,EAChB,qBAAqB,EACrB,kBAAkB,EAClB,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,mBAAmB,EACnB,oBAAoB,EACpB,4BAA4B,EAC5B,gBAAgB,EAChB,2BAA2B,EAC3B,qBAAqB,EACrB,uBAAuB,EACvB,2BAA2B,EAC3B,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACpB,iBAAiB,EACjB,0BAA0B,EAC1B,+BAA+B,EAC/B,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,0BAA0B,EAC1B,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,sBAAsB,EACtB,yBAAyB,EACzB,iBAAiB,EACjB,sBAAsB,EACtB,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,kBAAkB,EAClB,oBAAoB,EACpB,iBAAiB,EACjB,4BAA4B,EAC5B,uBAAuB,EACvB,sBAAsB,EACtB,kBAAkB,EAClB,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,gBAAgB,EAChB,oBAAoB,EACpB,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,yBAAyB,EACzB,iBAAiB,EACjB,uBAAuB,EACvB,wBAAwB,EACxB,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,sBAAsB,EACtB,4BAA4B,EAC5B,kBAAkB,EAClB,2BAA2B,EAC3B,0BAA0B,EAC1B,0BAA0B,EAC1B,oBAAoB,EACpB,qBAAqB,EACrB,eAAe,EACf,oBAAoB,EACpB,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,uBAAuB,EACvB,qBAAqB,EACrB,eAAe,EACf,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,gBAAgB,EAChB,2BAA2B,EAC3B,oBAAoB,EACpB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,2BAA2B,EAC3B,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,iBAAiB,EACjB,qBAAqB,GACtB,wBAAoB;AAGrB,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,yBAAqB;AACzE,YAAY,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,yBAAqB;AAGnE,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAClC,YAAY,EAAE,WAAW,EAAE,IAAI,EAAE,qBAAiB;AAGlD,OAAO,EAAE,SAAS,EAAE,wBAAoB;AACxC,YAAY,EAAE,UAAU,EAAE,wBAAoB;AAI9C,OAAO,KAAK,WAAW,yBAAqB;AAC5C,OAAO,KAAK,QAAQ,sBAAkB;AACtC,OAAO,KAAK,WAAW,yBAAqB;AAC5C,OAAO,KAAK,WAAW,yBAAqB;AAE5C,eAAO,MAAM,UAAU;;;;;;;;;;;CAWtB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;CAUnB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuItB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;CAMtB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,oBAAgB;AACtC,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,oBAAgB;AACzC,OAAO,EAAE,MAAM,EAAE,qBAAiB;AAElC,OAAO,EAAE,SAAS,EAAE,wBAAoB;AAExC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYT,CAAC;AAEF,eAAe,IAAI,CAAC"}
|