@rippling/rippling-sdk 0.2.0-alpha.34 → 0.2.0-alpha.36
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/client.d.mts +6 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -0
- package/client.d.ts.map +1 -1
- package/client.js +6 -0
- package/client.js.map +1 -1
- package/client.mjs +6 -0
- package/client.mjs.map +1 -1
- package/examples/.keep +4 -0
- package/examples/manifest/dental-practice-management/dental-practice-management.ts +651 -0
- package/examples/manifest/dental-practice-management/manifest.json +1870 -0
- package/examples/manifest/gym-membership-management/gym-membership-management.ts +757 -0
- package/examples/manifest/gym-membership-management/manifest.json +1975 -0
- package/examples/sdui/sdui-crud-todo/rippling-function.ts +367 -0
- package/examples/sdui/sdui-crud-todo/sdui-crud-todo.ts +282 -0
- package/examples/sdui/sdui-showcase/rippling-function.ts +381 -0
- package/examples/sdui/sdui-showcase/sdui-showcase.ts +351 -0
- package/examples/sdui/sdui-tab-multi-view/rippling-function.ts +1061 -0
- package/examples/sdui/sdui-tab-multi-view/sdui-tab-multi-view.ts +924 -0
- package/examples/sdui/vote/rippling-function.ts +330 -0
- package/examples/sdui/vote/vote.ts +298 -0
- package/lib/manifest/app.d.mts +81 -13
- package/lib/manifest/app.d.mts.map +1 -1
- package/lib/manifest/app.d.ts +81 -13
- package/lib/manifest/app.d.ts.map +1 -1
- package/lib/manifest/app.js +37 -16
- package/lib/manifest/app.js.map +1 -1
- package/lib/manifest/app.mjs +37 -16
- package/lib/manifest/app.mjs.map +1 -1
- package/lib/manifest/category.d.mts +63 -7
- package/lib/manifest/category.d.mts.map +1 -1
- package/lib/manifest/category.d.ts +63 -7
- package/lib/manifest/category.d.ts.map +1 -1
- package/lib/manifest/category.js +45 -10
- package/lib/manifest/category.js.map +1 -1
- package/lib/manifest/category.mjs +43 -8
- package/lib/manifest/category.mjs.map +1 -1
- package/lib/manifest/custom-object-field-section.d.mts +56 -6
- package/lib/manifest/custom-object-field-section.d.mts.map +1 -1
- package/lib/manifest/custom-object-field-section.d.ts +56 -6
- package/lib/manifest/custom-object-field-section.d.ts.map +1 -1
- package/lib/manifest/custom-object-field-section.js +41 -14
- package/lib/manifest/custom-object-field-section.js.map +1 -1
- package/lib/manifest/custom-object-field-section.mjs +39 -12
- package/lib/manifest/custom-object-field-section.mjs.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.mts +201 -41
- package/lib/manifest/custom-object-page-layout.d.mts.map +1 -1
- package/lib/manifest/custom-object-page-layout.d.ts +201 -41
- package/lib/manifest/custom-object-page-layout.d.ts.map +1 -1
- package/lib/manifest/custom-object-page-layout.js +76 -30
- package/lib/manifest/custom-object-page-layout.js.map +1 -1
- package/lib/manifest/custom-object-page-layout.mjs +74 -28
- package/lib/manifest/custom-object-page-layout.mjs.map +1 -1
- package/lib/manifest/custom-object.d.mts +128 -15
- package/lib/manifest/custom-object.d.mts.map +1 -1
- package/lib/manifest/custom-object.d.ts +128 -15
- package/lib/manifest/custom-object.d.ts.map +1 -1
- package/lib/manifest/custom-object.js +61 -26
- package/lib/manifest/custom-object.js.map +1 -1
- package/lib/manifest/custom-object.mjs +61 -26
- package/lib/manifest/custom-object.mjs.map +1 -1
- package/lib/manifest/field.d.mts +265 -54
- package/lib/manifest/field.d.mts.map +1 -1
- package/lib/manifest/field.d.ts +265 -54
- package/lib/manifest/field.d.ts.map +1 -1
- package/lib/manifest/field.js +100 -57
- package/lib/manifest/field.js.map +1 -1
- package/lib/manifest/field.mjs +100 -57
- package/lib/manifest/field.mjs.map +1 -1
- package/lib/manifest/list-view.d.mts +105 -14
- package/lib/manifest/list-view.d.mts.map +1 -1
- package/lib/manifest/list-view.d.ts +105 -14
- package/lib/manifest/list-view.d.ts.map +1 -1
- package/lib/manifest/list-view.js +50 -14
- package/lib/manifest/list-view.js.map +1 -1
- package/lib/manifest/list-view.mjs +48 -12
- package/lib/manifest/list-view.mjs.map +1 -1
- package/lib/manifest/manifest-builder.d.mts +77 -11
- package/lib/manifest/manifest-builder.d.mts.map +1 -1
- package/lib/manifest/manifest-builder.d.ts +77 -11
- package/lib/manifest/manifest-builder.d.ts.map +1 -1
- package/lib/manifest/manifest-builder.js +46 -24
- package/lib/manifest/manifest-builder.js.map +1 -1
- package/lib/manifest/manifest-builder.mjs +44 -22
- package/lib/manifest/manifest-builder.mjs.map +1 -1
- package/lib/manifest/manifest-function.d.mts +92 -12
- package/lib/manifest/manifest-function.d.mts.map +1 -1
- package/lib/manifest/manifest-function.d.ts +92 -12
- package/lib/manifest/manifest-function.d.ts.map +1 -1
- package/lib/manifest/manifest-function.js +40 -11
- package/lib/manifest/manifest-function.js.map +1 -1
- package/lib/manifest/manifest-function.mjs +38 -9
- package/lib/manifest/manifest-function.mjs.map +1 -1
- package/lib/manifest/rule.d.mts +94 -16
- package/lib/manifest/rule.d.mts.map +1 -1
- package/lib/manifest/rule.d.ts +94 -16
- package/lib/manifest/rule.d.ts.map +1 -1
- package/lib/manifest/rule.js +36 -15
- package/lib/manifest/rule.js.map +1 -1
- package/lib/manifest/rule.mjs +36 -15
- package/lib/manifest/rule.mjs.map +1 -1
- package/lib/manifest/sdui-page.d.mts +67 -11
- package/lib/manifest/sdui-page.d.mts.map +1 -1
- package/lib/manifest/sdui-page.d.ts +67 -11
- package/lib/manifest/sdui-page.d.ts.map +1 -1
- package/lib/manifest/sdui-page.js +44 -13
- package/lib/manifest/sdui-page.js.map +1 -1
- package/lib/manifest/sdui-page.mjs +42 -11
- package/lib/manifest/sdui-page.mjs.map +1 -1
- package/lib/manifest/validation.d.mts +87 -12
- package/lib/manifest/validation.d.mts.map +1 -1
- package/lib/manifest/validation.d.ts +87 -12
- package/lib/manifest/validation.d.ts.map +1 -1
- package/lib/manifest/validation.js +41 -15
- package/lib/manifest/validation.js.map +1 -1
- package/lib/manifest/validation.mjs +39 -13
- package/lib/manifest/validation.mjs.map +1 -1
- package/lib/sdui/actions.d.mts +25 -0
- package/lib/sdui/actions.d.mts.map +1 -0
- package/lib/sdui/actions.d.ts +25 -0
- package/lib/sdui/actions.d.ts.map +1 -0
- package/lib/sdui/actions.js +53 -0
- package/lib/sdui/actions.js.map +1 -0
- package/lib/sdui/actions.mjs +42 -0
- package/lib/sdui/actions.mjs.map +1 -0
- package/lib/sdui/component.d.mts +41 -0
- package/lib/sdui/component.d.mts.map +1 -0
- package/lib/sdui/component.d.ts +41 -0
- package/lib/sdui/component.d.ts.map +1 -0
- package/lib/sdui/component.js +95 -0
- package/lib/sdui/component.js.map +1 -0
- package/lib/sdui/component.mjs +91 -0
- package/lib/sdui/component.mjs.map +1 -0
- package/lib/sdui/components.d.mts +149 -0
- package/lib/sdui/components.d.mts.map +1 -0
- package/lib/sdui/components.d.ts +149 -0
- package/lib/sdui/components.d.ts.map +1 -0
- package/lib/sdui/components.js +303 -0
- package/lib/sdui/components.js.map +1 -0
- package/lib/sdui/components.mjs +298 -0
- package/lib/sdui/components.mjs.map +1 -0
- package/lib/sdui/conditions.d.mts +25 -0
- package/lib/sdui/conditions.d.mts.map +1 -0
- package/lib/sdui/conditions.d.ts +25 -0
- package/lib/sdui/conditions.d.ts.map +1 -0
- package/lib/sdui/conditions.js +47 -0
- package/lib/sdui/conditions.js.map +1 -0
- package/lib/sdui/conditions.mjs +35 -0
- package/lib/sdui/conditions.mjs.map +1 -0
- package/lib/sdui/directives.d.mts +18 -0
- package/lib/sdui/directives.d.mts.map +1 -0
- package/lib/sdui/directives.d.ts +18 -0
- package/lib/sdui/directives.d.ts.map +1 -0
- package/lib/sdui/directives.js +28 -0
- package/lib/sdui/directives.js.map +1 -0
- package/lib/sdui/directives.mjs +21 -0
- package/lib/sdui/directives.mjs.map +1 -0
- package/lib/sdui/index.d.mts +362 -0
- package/lib/sdui/index.d.mts.map +1 -0
- package/lib/sdui/index.d.ts +362 -0
- package/lib/sdui/index.d.ts.map +1 -0
- package/lib/sdui/index.js +375 -0
- package/lib/sdui/index.js.map +1 -0
- package/lib/sdui/index.mjs +199 -0
- package/lib/sdui/index.mjs.map +1 -0
- package/lib/sdui/props.d.mts +12 -0
- package/lib/sdui/props.d.mts.map +1 -0
- package/lib/sdui/props.d.ts +12 -0
- package/lib/sdui/props.d.ts.map +1 -0
- package/lib/sdui/props.js +25 -0
- package/lib/sdui/props.js.map +1 -0
- package/lib/sdui/props.mjs +21 -0
- package/lib/sdui/props.mjs.map +1 -0
- package/lib/sdui/render.d.mts +23 -0
- package/lib/sdui/render.d.mts.map +1 -0
- package/lib/sdui/render.d.ts +23 -0
- package/lib/sdui/render.d.ts.map +1 -0
- package/lib/sdui/render.js +40 -0
- package/lib/sdui/render.js.map +1 -0
- package/lib/sdui/render.mjs +37 -0
- package/lib/sdui/render.mjs.map +1 -0
- package/lib/sdui/state.d.mts +22 -0
- package/lib/sdui/state.d.mts.map +1 -0
- package/lib/sdui/state.d.ts +22 -0
- package/lib/sdui/state.d.ts.map +1 -0
- package/lib/sdui/state.js +57 -0
- package/lib/sdui/state.js.map +1 -0
- package/lib/sdui/state.mjs +53 -0
- package/lib/sdui/state.mjs.map +1 -0
- package/package.json +11 -1
- package/resources/company-legal-entity-workers.d.mts +79 -0
- package/resources/company-legal-entity-workers.d.mts.map +1 -0
- package/resources/company-legal-entity-workers.d.ts +79 -0
- package/resources/company-legal-entity-workers.d.ts.map +1 -0
- package/resources/company-legal-entity-workers.js +30 -0
- package/resources/company-legal-entity-workers.js.map +1 -0
- package/resources/company-legal-entity-workers.mjs +26 -0
- package/resources/company-legal-entity-workers.mjs.map +1 -0
- package/resources/draft-hires.d.mts +4 -0
- package/resources/draft-hires.d.mts.map +1 -1
- package/resources/draft-hires.d.ts +4 -0
- package/resources/draft-hires.d.ts.map +1 -1
- package/resources/files.d.mts +16 -1
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +16 -1
- package/resources/files.d.ts.map +1 -1
- package/resources/headcount-positions.d.mts +2 -2
- package/resources/headcount-positions.d.mts.map +1 -1
- package/resources/headcount-positions.d.ts +2 -2
- package/resources/headcount-positions.d.ts.map +1 -1
- package/resources/index.d.mts +1 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +4 -2
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/legal-entities.d.mts +1 -1
- package/resources/legal-entities.d.mts.map +1 -1
- package/resources/legal-entities.d.ts +1 -1
- package/resources/legal-entities.d.ts.map +1 -1
- package/resources/location-factors.d.mts +2 -2
- package/resources/location-factors.d.mts.map +1 -1
- package/resources/location-factors.d.ts +2 -2
- package/resources/location-factors.d.ts.map +1 -1
- package/resources/shared.d.mts +1 -1
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +1 -1
- package/resources/shared.d.ts.map +1 -1
- package/resources/workers.d.mts +2 -2
- package/resources/workers.d.mts.map +1 -1
- package/resources/workers.d.ts +2 -2
- package/resources/workers.d.ts.map +1 -1
- package/src/client.ts +20 -0
- package/src/lib/manifest/app.ts +81 -26
- package/src/lib/manifest/category.ts +63 -14
- package/src/lib/manifest/custom-object-field-section.ts +56 -17
- package/src/lib/manifest/custom-object-page-layout.ts +201 -66
- package/src/lib/manifest/custom-object.ts +128 -37
- package/src/lib/manifest/field.ts +265 -75
- package/src/lib/manifest/list-view.ts +105 -25
- package/src/lib/manifest/manifest-builder.ts +75 -32
- package/src/lib/manifest/manifest-function.ts +92 -22
- package/src/lib/manifest/rule.ts +95 -29
- package/src/lib/manifest/sdui-page.ts +67 -21
- package/src/lib/manifest/validation.ts +87 -24
- package/src/lib/sdui/actions.ts +58 -0
- package/src/lib/sdui/component.ts +122 -0
- package/src/lib/sdui/components.ts +308 -0
- package/src/lib/sdui/conditions.ts +59 -0
- package/src/lib/sdui/directives.ts +42 -0
- package/src/lib/sdui/index.ts +365 -0
- package/src/lib/sdui/props.ts +32 -0
- package/src/lib/sdui/render.ts +58 -0
- package/src/lib/sdui/state.ts +60 -0
- package/src/resources/company-legal-entity-workers.ts +115 -0
- package/src/resources/draft-hires.ts +5 -0
- package/src/resources/files.ts +18 -1
- package/src/resources/headcount-positions.ts +2 -0
- package/src/resources/index.ts +7 -0
- package/src/resources/legal-entities.ts +1 -0
- package/src/resources/location-factors.ts +2 -0
- package/src/resources/shared.ts +1 -0
- package/src/resources/workers.ts +2 -0
- 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
|
@@ -0,0 +1,375 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* AUTO-GENERATED — component exports are generated from component-manifest.json
|
|
4
|
+
* Generated at: 2026-04-17T04:10:01.127Z
|
|
5
|
+
* Components: 128
|
|
6
|
+
*
|
|
7
|
+
* Do not edit manually. Run: npx tsx scripts/codegen-builder.ts
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.Masker = exports.RangeSlider = exports.Slider = exports.Timezone = exports.TimeRange = exports.Time = exports.SegmentedControl = exports.Percentage = exports.WorkEmail = exports.Currency = exports.TextAutoSuggest = exports.FileDrop = exports.Switch = exports.Password = exports.Phone = exports.Radio = exports.Textarea = exports.DateInlineMulti = exports.DateRange = exports.Date = exports.Number = exports.Email = exports.CheckboxGroup = exports.Checkbox = exports.AppGroupSelect = exports.Select = exports.TextInput = exports.closeModal = exports.openModal = exports.validate = exports.notify = exports.nav = exports.callFunction = exports.remove = exports.push = exports.set = exports.template = exports.cond = exports.or = exports.and = exports.falsy = exports.truthy = exports.lte = exports.lt = exports.gte = exports.gt = exports.neq = exports.eq = exports.extractPath = exports.createState = void 0;
|
|
11
|
+
exports.LayoutCard = exports.LoaderCard = exports.LocationCard = exports.TableBasic = exports.Carousel = exports.AtomsSeparator = exports.Image = exports.AvatarList = exports.Video = exports.SnackBar = exports.ObjectUIStats = exports.ObjectUIContent = exports.ObjectUIHeader = exports.ObjectUITemplate = exports.ObjectUI = exports.ImageViewer = exports.DistributionBar = exports.CheckList = exports.Tip = exports.TextSnippet = exports.TextClip = exports.Stepper = exports.Spinner = exports.Skeleton = exports.ProgressBar = exports.ModalFooter = exports.Modal = exports.ListItem = exports.Label = exports.Icon = exports.Divider = exports.ContentLoader = exports.Card = exports.Chip = exports.Badge = exports.Avatar = exports.Alert = exports.ActionCard = exports.Field = exports.InputGroup = exports.File = exports.TreeSelect = exports.Tree = exports.Survey = exports.Signature = exports.Sin = exports.Ssn = exports.SelectableGroup = exports.ColorPicker = exports.DaySelector = void 0;
|
|
12
|
+
exports.CustomObjectGrid = exports.VStack = exports.SplitPane = exports.Responsive = exports.Pane = exports.PageFooter = exports.PageAppLogo = exports.PageHeader = exports.PageContent = exports.Layout = exports.LabelGroup = exports.HStack = exports.Grid = exports.Box = exports.Text = exports.Heading = exports.Tab = exports.ShowMore = exports.SelectableMenu = exports.Paginate = exports.NestedList = exports.MenuList = exports.Link = exports.ItemNavigator = exports.IconButton = exports.FloatingButton = exports.ExpansionPanelGroup = exports.ExpansionPanel = exports.Dropdown = exports.Drawer = exports.DraggableList = exports.ButtonGroup = exports.Button = exports.Breadcrumb = exports.AiIcon = exports.TitleCaption = exports.ToggleableArrow = exports.Country = exports.CountDown = exports.Circle = exports.ApiError = exports.Status = exports.ModalCloseButton = exports.ChipGroup = exports.SettingsLoader = exports.ReportViewerLoader = exports.ReportShareLoader = exports.ReportLoader = exports.ChartLoader = exports.AppGroupLoader = void 0;
|
|
13
|
+
exports.directives = exports.components = exports.actions = exports.conditions = exports.component = exports.render = exports.$index = exports.$bindItem = exports.$item = exports.repeat = exports.visible = exports.ObjectListView = void 0;
|
|
14
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
15
|
+
// --- Named exports (individual imports) ---
|
|
16
|
+
// State
|
|
17
|
+
var state_1 = require("./state.js");
|
|
18
|
+
Object.defineProperty(exports, "createState", { enumerable: true, get: function () { return state_1.createState; } });
|
|
19
|
+
Object.defineProperty(exports, "extractPath", { enumerable: true, get: function () { return state_1.extractPath; } });
|
|
20
|
+
// Conditions
|
|
21
|
+
var conditions_1 = require("./conditions.js");
|
|
22
|
+
Object.defineProperty(exports, "eq", { enumerable: true, get: function () { return conditions_1.eq; } });
|
|
23
|
+
Object.defineProperty(exports, "neq", { enumerable: true, get: function () { return conditions_1.neq; } });
|
|
24
|
+
Object.defineProperty(exports, "gt", { enumerable: true, get: function () { return conditions_1.gt; } });
|
|
25
|
+
Object.defineProperty(exports, "gte", { enumerable: true, get: function () { return conditions_1.gte; } });
|
|
26
|
+
Object.defineProperty(exports, "lt", { enumerable: true, get: function () { return conditions_1.lt; } });
|
|
27
|
+
Object.defineProperty(exports, "lte", { enumerable: true, get: function () { return conditions_1.lte; } });
|
|
28
|
+
Object.defineProperty(exports, "truthy", { enumerable: true, get: function () { return conditions_1.truthy; } });
|
|
29
|
+
Object.defineProperty(exports, "falsy", { enumerable: true, get: function () { return conditions_1.falsy; } });
|
|
30
|
+
Object.defineProperty(exports, "and", { enumerable: true, get: function () { return conditions_1.and; } });
|
|
31
|
+
Object.defineProperty(exports, "or", { enumerable: true, get: function () { return conditions_1.or; } });
|
|
32
|
+
// Dynamic props
|
|
33
|
+
var props_1 = require("./props.js");
|
|
34
|
+
Object.defineProperty(exports, "cond", { enumerable: true, get: function () { return props_1.cond; } });
|
|
35
|
+
Object.defineProperty(exports, "template", { enumerable: true, get: function () { return props_1.template; } });
|
|
36
|
+
// Actions
|
|
37
|
+
var actions_1 = require("./actions.js");
|
|
38
|
+
Object.defineProperty(exports, "set", { enumerable: true, get: function () { return actions_1.set; } });
|
|
39
|
+
Object.defineProperty(exports, "push", { enumerable: true, get: function () { return actions_1.push; } });
|
|
40
|
+
Object.defineProperty(exports, "remove", { enumerable: true, get: function () { return actions_1.remove; } });
|
|
41
|
+
Object.defineProperty(exports, "callFunction", { enumerable: true, get: function () { return actions_1.callFunction; } });
|
|
42
|
+
Object.defineProperty(exports, "nav", { enumerable: true, get: function () { return actions_1.nav; } });
|
|
43
|
+
Object.defineProperty(exports, "notify", { enumerable: true, get: function () { return actions_1.notify; } });
|
|
44
|
+
Object.defineProperty(exports, "validate", { enumerable: true, get: function () { return actions_1.validate; } });
|
|
45
|
+
Object.defineProperty(exports, "openModal", { enumerable: true, get: function () { return actions_1.openModal; } });
|
|
46
|
+
Object.defineProperty(exports, "closeModal", { enumerable: true, get: function () { return actions_1.closeModal; } });
|
|
47
|
+
// Components
|
|
48
|
+
var components_1 = require("./components.js");
|
|
49
|
+
Object.defineProperty(exports, "TextInput", { enumerable: true, get: function () { return components_1.TextInput; } });
|
|
50
|
+
Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return components_1.Select; } });
|
|
51
|
+
Object.defineProperty(exports, "AppGroupSelect", { enumerable: true, get: function () { return components_1.AppGroupSelect; } });
|
|
52
|
+
Object.defineProperty(exports, "Checkbox", { enumerable: true, get: function () { return components_1.Checkbox; } });
|
|
53
|
+
Object.defineProperty(exports, "CheckboxGroup", { enumerable: true, get: function () { return components_1.CheckboxGroup; } });
|
|
54
|
+
Object.defineProperty(exports, "Email", { enumerable: true, get: function () { return components_1.Email; } });
|
|
55
|
+
Object.defineProperty(exports, "Number", { enumerable: true, get: function () { return components_1.Number; } });
|
|
56
|
+
Object.defineProperty(exports, "Date", { enumerable: true, get: function () { return components_1.Date; } });
|
|
57
|
+
Object.defineProperty(exports, "DateRange", { enumerable: true, get: function () { return components_1.DateRange; } });
|
|
58
|
+
Object.defineProperty(exports, "DateInlineMulti", { enumerable: true, get: function () { return components_1.DateInlineMulti; } });
|
|
59
|
+
Object.defineProperty(exports, "Textarea", { enumerable: true, get: function () { return components_1.Textarea; } });
|
|
60
|
+
Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return components_1.Radio; } });
|
|
61
|
+
Object.defineProperty(exports, "Phone", { enumerable: true, get: function () { return components_1.Phone; } });
|
|
62
|
+
Object.defineProperty(exports, "Password", { enumerable: true, get: function () { return components_1.Password; } });
|
|
63
|
+
Object.defineProperty(exports, "Switch", { enumerable: true, get: function () { return components_1.Switch; } });
|
|
64
|
+
Object.defineProperty(exports, "FileDrop", { enumerable: true, get: function () { return components_1.FileDrop; } });
|
|
65
|
+
Object.defineProperty(exports, "TextAutoSuggest", { enumerable: true, get: function () { return components_1.TextAutoSuggest; } });
|
|
66
|
+
Object.defineProperty(exports, "Currency", { enumerable: true, get: function () { return components_1.Currency; } });
|
|
67
|
+
Object.defineProperty(exports, "WorkEmail", { enumerable: true, get: function () { return components_1.WorkEmail; } });
|
|
68
|
+
Object.defineProperty(exports, "Percentage", { enumerable: true, get: function () { return components_1.Percentage; } });
|
|
69
|
+
Object.defineProperty(exports, "SegmentedControl", { enumerable: true, get: function () { return components_1.SegmentedControl; } });
|
|
70
|
+
Object.defineProperty(exports, "Time", { enumerable: true, get: function () { return components_1.Time; } });
|
|
71
|
+
Object.defineProperty(exports, "TimeRange", { enumerable: true, get: function () { return components_1.TimeRange; } });
|
|
72
|
+
Object.defineProperty(exports, "Timezone", { enumerable: true, get: function () { return components_1.Timezone; } });
|
|
73
|
+
Object.defineProperty(exports, "Slider", { enumerable: true, get: function () { return components_1.Slider; } });
|
|
74
|
+
Object.defineProperty(exports, "RangeSlider", { enumerable: true, get: function () { return components_1.RangeSlider; } });
|
|
75
|
+
Object.defineProperty(exports, "Masker", { enumerable: true, get: function () { return components_1.Masker; } });
|
|
76
|
+
Object.defineProperty(exports, "DaySelector", { enumerable: true, get: function () { return components_1.DaySelector; } });
|
|
77
|
+
Object.defineProperty(exports, "ColorPicker", { enumerable: true, get: function () { return components_1.ColorPicker; } });
|
|
78
|
+
Object.defineProperty(exports, "SelectableGroup", { enumerable: true, get: function () { return components_1.SelectableGroup; } });
|
|
79
|
+
Object.defineProperty(exports, "Ssn", { enumerable: true, get: function () { return components_1.Ssn; } });
|
|
80
|
+
Object.defineProperty(exports, "Sin", { enumerable: true, get: function () { return components_1.Sin; } });
|
|
81
|
+
Object.defineProperty(exports, "Signature", { enumerable: true, get: function () { return components_1.Signature; } });
|
|
82
|
+
Object.defineProperty(exports, "Survey", { enumerable: true, get: function () { return components_1.Survey; } });
|
|
83
|
+
Object.defineProperty(exports, "Tree", { enumerable: true, get: function () { return components_1.Tree; } });
|
|
84
|
+
Object.defineProperty(exports, "TreeSelect", { enumerable: true, get: function () { return components_1.TreeSelect; } });
|
|
85
|
+
Object.defineProperty(exports, "File", { enumerable: true, get: function () { return components_1.File; } });
|
|
86
|
+
Object.defineProperty(exports, "InputGroup", { enumerable: true, get: function () { return components_1.InputGroup; } });
|
|
87
|
+
Object.defineProperty(exports, "Field", { enumerable: true, get: function () { return components_1.Field; } });
|
|
88
|
+
Object.defineProperty(exports, "ActionCard", { enumerable: true, get: function () { return components_1.ActionCard; } });
|
|
89
|
+
Object.defineProperty(exports, "Alert", { enumerable: true, get: function () { return components_1.Alert; } });
|
|
90
|
+
Object.defineProperty(exports, "Avatar", { enumerable: true, get: function () { return components_1.Avatar; } });
|
|
91
|
+
Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { return components_1.Badge; } });
|
|
92
|
+
Object.defineProperty(exports, "Chip", { enumerable: true, get: function () { return components_1.Chip; } });
|
|
93
|
+
Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return components_1.Card; } });
|
|
94
|
+
Object.defineProperty(exports, "ContentLoader", { enumerable: true, get: function () { return components_1.ContentLoader; } });
|
|
95
|
+
Object.defineProperty(exports, "Divider", { enumerable: true, get: function () { return components_1.Divider; } });
|
|
96
|
+
Object.defineProperty(exports, "Icon", { enumerable: true, get: function () { return components_1.Icon; } });
|
|
97
|
+
Object.defineProperty(exports, "Label", { enumerable: true, get: function () { return components_1.Label; } });
|
|
98
|
+
Object.defineProperty(exports, "ListItem", { enumerable: true, get: function () { return components_1.ListItem; } });
|
|
99
|
+
Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return components_1.Modal; } });
|
|
100
|
+
Object.defineProperty(exports, "ModalFooter", { enumerable: true, get: function () { return components_1.ModalFooter; } });
|
|
101
|
+
Object.defineProperty(exports, "ProgressBar", { enumerable: true, get: function () { return components_1.ProgressBar; } });
|
|
102
|
+
Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return components_1.Skeleton; } });
|
|
103
|
+
Object.defineProperty(exports, "Spinner", { enumerable: true, get: function () { return components_1.Spinner; } });
|
|
104
|
+
Object.defineProperty(exports, "Stepper", { enumerable: true, get: function () { return components_1.Stepper; } });
|
|
105
|
+
Object.defineProperty(exports, "TextClip", { enumerable: true, get: function () { return components_1.TextClip; } });
|
|
106
|
+
Object.defineProperty(exports, "TextSnippet", { enumerable: true, get: function () { return components_1.TextSnippet; } });
|
|
107
|
+
Object.defineProperty(exports, "Tip", { enumerable: true, get: function () { return components_1.Tip; } });
|
|
108
|
+
Object.defineProperty(exports, "CheckList", { enumerable: true, get: function () { return components_1.CheckList; } });
|
|
109
|
+
Object.defineProperty(exports, "DistributionBar", { enumerable: true, get: function () { return components_1.DistributionBar; } });
|
|
110
|
+
Object.defineProperty(exports, "ImageViewer", { enumerable: true, get: function () { return components_1.ImageViewer; } });
|
|
111
|
+
Object.defineProperty(exports, "ObjectUI", { enumerable: true, get: function () { return components_1.ObjectUI; } });
|
|
112
|
+
Object.defineProperty(exports, "ObjectUITemplate", { enumerable: true, get: function () { return components_1.ObjectUITemplate; } });
|
|
113
|
+
Object.defineProperty(exports, "ObjectUIHeader", { enumerable: true, get: function () { return components_1.ObjectUIHeader; } });
|
|
114
|
+
Object.defineProperty(exports, "ObjectUIContent", { enumerable: true, get: function () { return components_1.ObjectUIContent; } });
|
|
115
|
+
Object.defineProperty(exports, "ObjectUIStats", { enumerable: true, get: function () { return components_1.ObjectUIStats; } });
|
|
116
|
+
Object.defineProperty(exports, "SnackBar", { enumerable: true, get: function () { return components_1.SnackBar; } });
|
|
117
|
+
Object.defineProperty(exports, "Video", { enumerable: true, get: function () { return components_1.Video; } });
|
|
118
|
+
Object.defineProperty(exports, "AvatarList", { enumerable: true, get: function () { return components_1.AvatarList; } });
|
|
119
|
+
Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return components_1.Image; } });
|
|
120
|
+
Object.defineProperty(exports, "AtomsSeparator", { enumerable: true, get: function () { return components_1.AtomsSeparator; } });
|
|
121
|
+
Object.defineProperty(exports, "Carousel", { enumerable: true, get: function () { return components_1.Carousel; } });
|
|
122
|
+
Object.defineProperty(exports, "TableBasic", { enumerable: true, get: function () { return components_1.TableBasic; } });
|
|
123
|
+
Object.defineProperty(exports, "LocationCard", { enumerable: true, get: function () { return components_1.LocationCard; } });
|
|
124
|
+
Object.defineProperty(exports, "LoaderCard", { enumerable: true, get: function () { return components_1.LoaderCard; } });
|
|
125
|
+
Object.defineProperty(exports, "LayoutCard", { enumerable: true, get: function () { return components_1.LayoutCard; } });
|
|
126
|
+
Object.defineProperty(exports, "AppGroupLoader", { enumerable: true, get: function () { return components_1.AppGroupLoader; } });
|
|
127
|
+
Object.defineProperty(exports, "ChartLoader", { enumerable: true, get: function () { return components_1.ChartLoader; } });
|
|
128
|
+
Object.defineProperty(exports, "ReportLoader", { enumerable: true, get: function () { return components_1.ReportLoader; } });
|
|
129
|
+
Object.defineProperty(exports, "ReportShareLoader", { enumerable: true, get: function () { return components_1.ReportShareLoader; } });
|
|
130
|
+
Object.defineProperty(exports, "ReportViewerLoader", { enumerable: true, get: function () { return components_1.ReportViewerLoader; } });
|
|
131
|
+
Object.defineProperty(exports, "SettingsLoader", { enumerable: true, get: function () { return components_1.SettingsLoader; } });
|
|
132
|
+
Object.defineProperty(exports, "ChipGroup", { enumerable: true, get: function () { return components_1.ChipGroup; } });
|
|
133
|
+
Object.defineProperty(exports, "ModalCloseButton", { enumerable: true, get: function () { return components_1.ModalCloseButton; } });
|
|
134
|
+
Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return components_1.Status; } });
|
|
135
|
+
Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return components_1.ApiError; } });
|
|
136
|
+
Object.defineProperty(exports, "Circle", { enumerable: true, get: function () { return components_1.Circle; } });
|
|
137
|
+
Object.defineProperty(exports, "CountDown", { enumerable: true, get: function () { return components_1.CountDown; } });
|
|
138
|
+
Object.defineProperty(exports, "Country", { enumerable: true, get: function () { return components_1.Country; } });
|
|
139
|
+
Object.defineProperty(exports, "ToggleableArrow", { enumerable: true, get: function () { return components_1.ToggleableArrow; } });
|
|
140
|
+
Object.defineProperty(exports, "TitleCaption", { enumerable: true, get: function () { return components_1.TitleCaption; } });
|
|
141
|
+
Object.defineProperty(exports, "AiIcon", { enumerable: true, get: function () { return components_1.AiIcon; } });
|
|
142
|
+
Object.defineProperty(exports, "Breadcrumb", { enumerable: true, get: function () { return components_1.Breadcrumb; } });
|
|
143
|
+
Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return components_1.Button; } });
|
|
144
|
+
Object.defineProperty(exports, "ButtonGroup", { enumerable: true, get: function () { return components_1.ButtonGroup; } });
|
|
145
|
+
Object.defineProperty(exports, "DraggableList", { enumerable: true, get: function () { return components_1.DraggableList; } });
|
|
146
|
+
Object.defineProperty(exports, "Drawer", { enumerable: true, get: function () { return components_1.Drawer; } });
|
|
147
|
+
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return components_1.Dropdown; } });
|
|
148
|
+
Object.defineProperty(exports, "ExpansionPanel", { enumerable: true, get: function () { return components_1.ExpansionPanel; } });
|
|
149
|
+
Object.defineProperty(exports, "ExpansionPanelGroup", { enumerable: true, get: function () { return components_1.ExpansionPanelGroup; } });
|
|
150
|
+
Object.defineProperty(exports, "FloatingButton", { enumerable: true, get: function () { return components_1.FloatingButton; } });
|
|
151
|
+
Object.defineProperty(exports, "IconButton", { enumerable: true, get: function () { return components_1.IconButton; } });
|
|
152
|
+
Object.defineProperty(exports, "ItemNavigator", { enumerable: true, get: function () { return components_1.ItemNavigator; } });
|
|
153
|
+
Object.defineProperty(exports, "Link", { enumerable: true, get: function () { return components_1.Link; } });
|
|
154
|
+
Object.defineProperty(exports, "MenuList", { enumerable: true, get: function () { return components_1.MenuList; } });
|
|
155
|
+
Object.defineProperty(exports, "NestedList", { enumerable: true, get: function () { return components_1.NestedList; } });
|
|
156
|
+
Object.defineProperty(exports, "Paginate", { enumerable: true, get: function () { return components_1.Paginate; } });
|
|
157
|
+
Object.defineProperty(exports, "SelectableMenu", { enumerable: true, get: function () { return components_1.SelectableMenu; } });
|
|
158
|
+
Object.defineProperty(exports, "ShowMore", { enumerable: true, get: function () { return components_1.ShowMore; } });
|
|
159
|
+
Object.defineProperty(exports, "Tab", { enumerable: true, get: function () { return components_1.Tab; } });
|
|
160
|
+
Object.defineProperty(exports, "Heading", { enumerable: true, get: function () { return components_1.Heading; } });
|
|
161
|
+
Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return components_1.Text; } });
|
|
162
|
+
Object.defineProperty(exports, "Box", { enumerable: true, get: function () { return components_1.Box; } });
|
|
163
|
+
Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return components_1.Grid; } });
|
|
164
|
+
Object.defineProperty(exports, "HStack", { enumerable: true, get: function () { return components_1.HStack; } });
|
|
165
|
+
Object.defineProperty(exports, "LabelGroup", { enumerable: true, get: function () { return components_1.LabelGroup; } });
|
|
166
|
+
Object.defineProperty(exports, "Layout", { enumerable: true, get: function () { return components_1.Layout; } });
|
|
167
|
+
Object.defineProperty(exports, "PageContent", { enumerable: true, get: function () { return components_1.PageContent; } });
|
|
168
|
+
Object.defineProperty(exports, "PageHeader", { enumerable: true, get: function () { return components_1.PageHeader; } });
|
|
169
|
+
Object.defineProperty(exports, "PageAppLogo", { enumerable: true, get: function () { return components_1.PageAppLogo; } });
|
|
170
|
+
Object.defineProperty(exports, "PageFooter", { enumerable: true, get: function () { return components_1.PageFooter; } });
|
|
171
|
+
Object.defineProperty(exports, "Pane", { enumerable: true, get: function () { return components_1.Pane; } });
|
|
172
|
+
Object.defineProperty(exports, "Responsive", { enumerable: true, get: function () { return components_1.Responsive; } });
|
|
173
|
+
Object.defineProperty(exports, "SplitPane", { enumerable: true, get: function () { return components_1.SplitPane; } });
|
|
174
|
+
Object.defineProperty(exports, "VStack", { enumerable: true, get: function () { return components_1.VStack; } });
|
|
175
|
+
Object.defineProperty(exports, "CustomObjectGrid", { enumerable: true, get: function () { return components_1.CustomObjectGrid; } });
|
|
176
|
+
Object.defineProperty(exports, "ObjectListView", { enumerable: true, get: function () { return components_1.ObjectListView; } });
|
|
177
|
+
// Directives
|
|
178
|
+
var directives_1 = require("./directives.js");
|
|
179
|
+
Object.defineProperty(exports, "visible", { enumerable: true, get: function () { return directives_1.visible; } });
|
|
180
|
+
Object.defineProperty(exports, "repeat", { enumerable: true, get: function () { return directives_1.repeat; } });
|
|
181
|
+
Object.defineProperty(exports, "$item", { enumerable: true, get: function () { return directives_1.$item; } });
|
|
182
|
+
Object.defineProperty(exports, "$bindItem", { enumerable: true, get: function () { return directives_1.$bindItem; } });
|
|
183
|
+
Object.defineProperty(exports, "$index", { enumerable: true, get: function () { return directives_1.$index; } });
|
|
184
|
+
// Render
|
|
185
|
+
var render_1 = require("./render.js");
|
|
186
|
+
Object.defineProperty(exports, "render", { enumerable: true, get: function () { return render_1.render; } });
|
|
187
|
+
// Component (stateful components with local state + lifecycle)
|
|
188
|
+
var component_1 = require("./component.js");
|
|
189
|
+
Object.defineProperty(exports, "component", { enumerable: true, get: function () { return component_1.component; } });
|
|
190
|
+
// --- Namespaced exports ---
|
|
191
|
+
const _conditions = tslib_1.__importStar(require("./conditions.js"));
|
|
192
|
+
const _actions = tslib_1.__importStar(require("./actions.js"));
|
|
193
|
+
const _components = tslib_1.__importStar(require("./components.js"));
|
|
194
|
+
const _directives = tslib_1.__importStar(require("./directives.js"));
|
|
195
|
+
exports.conditions = {
|
|
196
|
+
eq: _conditions.eq,
|
|
197
|
+
neq: _conditions.neq,
|
|
198
|
+
gt: _conditions.gt,
|
|
199
|
+
gte: _conditions.gte,
|
|
200
|
+
lt: _conditions.lt,
|
|
201
|
+
lte: _conditions.lte,
|
|
202
|
+
truthy: _conditions.truthy,
|
|
203
|
+
falsy: _conditions.falsy,
|
|
204
|
+
and: _conditions.and,
|
|
205
|
+
or: _conditions.or,
|
|
206
|
+
};
|
|
207
|
+
exports.actions = {
|
|
208
|
+
set: _actions.set,
|
|
209
|
+
push: _actions.push,
|
|
210
|
+
remove: _actions.remove,
|
|
211
|
+
callFunction: _actions.callFunction,
|
|
212
|
+
nav: _actions.nav,
|
|
213
|
+
notify: _actions.notify,
|
|
214
|
+
validate: _actions.validate,
|
|
215
|
+
openModal: _actions.openModal,
|
|
216
|
+
closeModal: _actions.closeModal,
|
|
217
|
+
};
|
|
218
|
+
exports.components = {
|
|
219
|
+
TextInput: _components.TextInput,
|
|
220
|
+
Select: _components.Select,
|
|
221
|
+
AppGroupSelect: _components.AppGroupSelect,
|
|
222
|
+
Checkbox: _components.Checkbox,
|
|
223
|
+
CheckboxGroup: _components.CheckboxGroup,
|
|
224
|
+
Email: _components.Email,
|
|
225
|
+
Number: _components.Number,
|
|
226
|
+
Date: _components.Date,
|
|
227
|
+
DateRange: _components.DateRange,
|
|
228
|
+
DateInlineMulti: _components.DateInlineMulti,
|
|
229
|
+
Textarea: _components.Textarea,
|
|
230
|
+
Radio: _components.Radio,
|
|
231
|
+
Phone: _components.Phone,
|
|
232
|
+
Password: _components.Password,
|
|
233
|
+
Switch: _components.Switch,
|
|
234
|
+
FileDrop: _components.FileDrop,
|
|
235
|
+
TextAutoSuggest: _components.TextAutoSuggest,
|
|
236
|
+
Currency: _components.Currency,
|
|
237
|
+
WorkEmail: _components.WorkEmail,
|
|
238
|
+
Percentage: _components.Percentage,
|
|
239
|
+
SegmentedControl: _components.SegmentedControl,
|
|
240
|
+
Time: _components.Time,
|
|
241
|
+
TimeRange: _components.TimeRange,
|
|
242
|
+
Timezone: _components.Timezone,
|
|
243
|
+
Slider: _components.Slider,
|
|
244
|
+
RangeSlider: _components.RangeSlider,
|
|
245
|
+
Masker: _components.Masker,
|
|
246
|
+
DaySelector: _components.DaySelector,
|
|
247
|
+
ColorPicker: _components.ColorPicker,
|
|
248
|
+
SelectableGroup: _components.SelectableGroup,
|
|
249
|
+
Ssn: _components.Ssn,
|
|
250
|
+
Sin: _components.Sin,
|
|
251
|
+
Signature: _components.Signature,
|
|
252
|
+
Survey: _components.Survey,
|
|
253
|
+
Tree: _components.Tree,
|
|
254
|
+
TreeSelect: _components.TreeSelect,
|
|
255
|
+
File: _components.File,
|
|
256
|
+
InputGroup: _components.InputGroup,
|
|
257
|
+
Field: _components.Field,
|
|
258
|
+
ActionCard: _components.ActionCard,
|
|
259
|
+
Alert: _components.Alert,
|
|
260
|
+
Avatar: _components.Avatar,
|
|
261
|
+
Badge: _components.Badge,
|
|
262
|
+
Chip: _components.Chip,
|
|
263
|
+
Card: _components.Card,
|
|
264
|
+
ContentLoader: _components.ContentLoader,
|
|
265
|
+
Divider: _components.Divider,
|
|
266
|
+
Icon: _components.Icon,
|
|
267
|
+
Label: _components.Label,
|
|
268
|
+
ListItem: _components.ListItem,
|
|
269
|
+
Modal: _components.Modal,
|
|
270
|
+
ModalFooter: _components.ModalFooter,
|
|
271
|
+
ProgressBar: _components.ProgressBar,
|
|
272
|
+
Skeleton: _components.Skeleton,
|
|
273
|
+
Spinner: _components.Spinner,
|
|
274
|
+
Stepper: _components.Stepper,
|
|
275
|
+
TextClip: _components.TextClip,
|
|
276
|
+
TextSnippet: _components.TextSnippet,
|
|
277
|
+
Tip: _components.Tip,
|
|
278
|
+
CheckList: _components.CheckList,
|
|
279
|
+
DistributionBar: _components.DistributionBar,
|
|
280
|
+
ImageViewer: _components.ImageViewer,
|
|
281
|
+
ObjectUI: _components.ObjectUI,
|
|
282
|
+
ObjectUITemplate: _components.ObjectUITemplate,
|
|
283
|
+
ObjectUIHeader: _components.ObjectUIHeader,
|
|
284
|
+
ObjectUIContent: _components.ObjectUIContent,
|
|
285
|
+
ObjectUIStats: _components.ObjectUIStats,
|
|
286
|
+
SnackBar: _components.SnackBar,
|
|
287
|
+
Video: _components.Video,
|
|
288
|
+
AvatarList: _components.AvatarList,
|
|
289
|
+
Image: _components.Image,
|
|
290
|
+
AtomsSeparator: _components.AtomsSeparator,
|
|
291
|
+
Carousel: _components.Carousel,
|
|
292
|
+
TableBasic: _components.TableBasic,
|
|
293
|
+
LocationCard: _components.LocationCard,
|
|
294
|
+
LoaderCard: _components.LoaderCard,
|
|
295
|
+
LayoutCard: _components.LayoutCard,
|
|
296
|
+
AppGroupLoader: _components.AppGroupLoader,
|
|
297
|
+
ChartLoader: _components.ChartLoader,
|
|
298
|
+
ReportLoader: _components.ReportLoader,
|
|
299
|
+
ReportShareLoader: _components.ReportShareLoader,
|
|
300
|
+
ReportViewerLoader: _components.ReportViewerLoader,
|
|
301
|
+
SettingsLoader: _components.SettingsLoader,
|
|
302
|
+
ChipGroup: _components.ChipGroup,
|
|
303
|
+
ModalCloseButton: _components.ModalCloseButton,
|
|
304
|
+
Status: _components.Status,
|
|
305
|
+
ApiError: _components.ApiError,
|
|
306
|
+
Circle: _components.Circle,
|
|
307
|
+
CountDown: _components.CountDown,
|
|
308
|
+
Country: _components.Country,
|
|
309
|
+
ToggleableArrow: _components.ToggleableArrow,
|
|
310
|
+
TitleCaption: _components.TitleCaption,
|
|
311
|
+
AiIcon: _components.AiIcon,
|
|
312
|
+
Breadcrumb: _components.Breadcrumb,
|
|
313
|
+
Button: _components.Button,
|
|
314
|
+
ButtonGroup: _components.ButtonGroup,
|
|
315
|
+
DraggableList: _components.DraggableList,
|
|
316
|
+
Drawer: _components.Drawer,
|
|
317
|
+
Dropdown: _components.Dropdown,
|
|
318
|
+
ExpansionPanel: _components.ExpansionPanel,
|
|
319
|
+
ExpansionPanelGroup: _components.ExpansionPanelGroup,
|
|
320
|
+
FloatingButton: _components.FloatingButton,
|
|
321
|
+
IconButton: _components.IconButton,
|
|
322
|
+
ItemNavigator: _components.ItemNavigator,
|
|
323
|
+
Link: _components.Link,
|
|
324
|
+
MenuList: _components.MenuList,
|
|
325
|
+
NestedList: _components.NestedList,
|
|
326
|
+
Paginate: _components.Paginate,
|
|
327
|
+
SelectableMenu: _components.SelectableMenu,
|
|
328
|
+
ShowMore: _components.ShowMore,
|
|
329
|
+
Tab: _components.Tab,
|
|
330
|
+
Heading: _components.Heading,
|
|
331
|
+
Text: _components.Text,
|
|
332
|
+
Box: _components.Box,
|
|
333
|
+
Grid: _components.Grid,
|
|
334
|
+
HStack: _components.HStack,
|
|
335
|
+
LabelGroup: _components.LabelGroup,
|
|
336
|
+
Layout: _components.Layout,
|
|
337
|
+
PageContent: _components.PageContent,
|
|
338
|
+
PageHeader: _components.PageHeader,
|
|
339
|
+
PageAppLogo: _components.PageAppLogo,
|
|
340
|
+
PageFooter: _components.PageFooter,
|
|
341
|
+
Pane: _components.Pane,
|
|
342
|
+
Responsive: _components.Responsive,
|
|
343
|
+
SplitPane: _components.SplitPane,
|
|
344
|
+
VStack: _components.VStack,
|
|
345
|
+
CustomObjectGrid: _components.CustomObjectGrid,
|
|
346
|
+
ObjectListView: _components.ObjectListView,
|
|
347
|
+
};
|
|
348
|
+
exports.directives = {
|
|
349
|
+
visible: _directives.visible,
|
|
350
|
+
repeat: _directives.repeat,
|
|
351
|
+
$item: _directives.$item,
|
|
352
|
+
$bindItem: _directives.$bindItem,
|
|
353
|
+
$index: _directives.$index,
|
|
354
|
+
};
|
|
355
|
+
// --- Default export (namespace object) ---
|
|
356
|
+
const state_2 = require("./state.js");
|
|
357
|
+
const props_2 = require("./props.js");
|
|
358
|
+
const render_2 = require("./render.js");
|
|
359
|
+
const directives_2 = require("./directives.js");
|
|
360
|
+
const component_2 = require("./component.js");
|
|
361
|
+
const SDUI = {
|
|
362
|
+
createState: state_2.createState,
|
|
363
|
+
render: render_2.render,
|
|
364
|
+
visible: directives_2.visible,
|
|
365
|
+
repeat: directives_2.repeat,
|
|
366
|
+
cond: props_2.cond,
|
|
367
|
+
component: component_2.component,
|
|
368
|
+
template: props_2.template,
|
|
369
|
+
components: exports.components,
|
|
370
|
+
actions: exports.actions,
|
|
371
|
+
conditions: exports.conditions,
|
|
372
|
+
directives: exports.directives,
|
|
373
|
+
};
|
|
374
|
+
exports.default = SDUI;
|
|
375
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/sdui/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED — component exports are generated from component-manifest.json
|
|
3
|
+
* Generated at: 2026-04-17T04:10:01.127Z
|
|
4
|
+
* Components: 128
|
|
5
|
+
*
|
|
6
|
+
* Do not edit manually. Run: npx tsx scripts/codegen-builder.ts
|
|
7
|
+
*/
|
|
8
|
+
export { createState, extractPath } from "./state.mjs";
|
|
9
|
+
export { eq, neq, gt, gte, lt, lte, truthy, falsy, and, or } from "./conditions.mjs";
|
|
10
|
+
export { cond, template } from "./props.mjs";
|
|
11
|
+
export { set, push, remove, callFunction, nav, notify, validate, openModal, closeModal } from "./actions.mjs";
|
|
12
|
+
export { TextInput, Select, AppGroupSelect, Checkbox, CheckboxGroup, Email, Number, Date, DateRange, DateInlineMulti, Textarea, Radio, Phone, Password, Switch, FileDrop, TextAutoSuggest, Currency, WorkEmail, Percentage, SegmentedControl, Time, TimeRange, Timezone, Slider, RangeSlider, Masker, DaySelector, ColorPicker, SelectableGroup, Ssn, Sin, Signature, Survey, Tree, TreeSelect, File, InputGroup, Field, ActionCard, Alert, Avatar, Badge, Chip, Card, ContentLoader, Divider, Icon, Label, ListItem, Modal, ModalFooter, ProgressBar, Skeleton, Spinner, Stepper, TextClip, TextSnippet, Tip, CheckList, DistributionBar, ImageViewer, ObjectUI, ObjectUITemplate, ObjectUIHeader, ObjectUIContent, ObjectUIStats, SnackBar, Video, AvatarList, Image, AtomsSeparator, Carousel, TableBasic, LocationCard, LoaderCard, LayoutCard, AppGroupLoader, ChartLoader, ReportLoader, ReportShareLoader, ReportViewerLoader, SettingsLoader, ChipGroup, ModalCloseButton, Status, ApiError, Circle, CountDown, Country, ToggleableArrow, TitleCaption, AiIcon, Breadcrumb, Button, ButtonGroup, DraggableList, Drawer, Dropdown, ExpansionPanel, ExpansionPanelGroup, FloatingButton, IconButton, ItemNavigator, Link, MenuList, NestedList, Paginate, SelectableMenu, ShowMore, Tab, Heading, Text, Box, Grid, HStack, LabelGroup, Layout, PageContent, PageHeader, PageAppLogo, PageFooter, Pane, Responsive, SplitPane, VStack, CustomObjectGrid, ObjectListView, } from "./components.mjs";
|
|
13
|
+
export { visible, repeat, $item, $bindItem, $index } from "./directives.mjs";
|
|
14
|
+
export { render } from "./render.mjs";
|
|
15
|
+
export { component } from "./component.mjs";
|
|
16
|
+
import * as _conditions from "./conditions.mjs";
|
|
17
|
+
import * as _actions from "./actions.mjs";
|
|
18
|
+
import * as _components from "./components.mjs";
|
|
19
|
+
import * as _directives from "./directives.mjs";
|
|
20
|
+
export const conditions = {
|
|
21
|
+
eq: _conditions.eq,
|
|
22
|
+
neq: _conditions.neq,
|
|
23
|
+
gt: _conditions.gt,
|
|
24
|
+
gte: _conditions.gte,
|
|
25
|
+
lt: _conditions.lt,
|
|
26
|
+
lte: _conditions.lte,
|
|
27
|
+
truthy: _conditions.truthy,
|
|
28
|
+
falsy: _conditions.falsy,
|
|
29
|
+
and: _conditions.and,
|
|
30
|
+
or: _conditions.or,
|
|
31
|
+
};
|
|
32
|
+
export const actions = {
|
|
33
|
+
set: _actions.set,
|
|
34
|
+
push: _actions.push,
|
|
35
|
+
remove: _actions.remove,
|
|
36
|
+
callFunction: _actions.callFunction,
|
|
37
|
+
nav: _actions.nav,
|
|
38
|
+
notify: _actions.notify,
|
|
39
|
+
validate: _actions.validate,
|
|
40
|
+
openModal: _actions.openModal,
|
|
41
|
+
closeModal: _actions.closeModal,
|
|
42
|
+
};
|
|
43
|
+
export const components = {
|
|
44
|
+
TextInput: _components.TextInput,
|
|
45
|
+
Select: _components.Select,
|
|
46
|
+
AppGroupSelect: _components.AppGroupSelect,
|
|
47
|
+
Checkbox: _components.Checkbox,
|
|
48
|
+
CheckboxGroup: _components.CheckboxGroup,
|
|
49
|
+
Email: _components.Email,
|
|
50
|
+
Number: _components.Number,
|
|
51
|
+
Date: _components.Date,
|
|
52
|
+
DateRange: _components.DateRange,
|
|
53
|
+
DateInlineMulti: _components.DateInlineMulti,
|
|
54
|
+
Textarea: _components.Textarea,
|
|
55
|
+
Radio: _components.Radio,
|
|
56
|
+
Phone: _components.Phone,
|
|
57
|
+
Password: _components.Password,
|
|
58
|
+
Switch: _components.Switch,
|
|
59
|
+
FileDrop: _components.FileDrop,
|
|
60
|
+
TextAutoSuggest: _components.TextAutoSuggest,
|
|
61
|
+
Currency: _components.Currency,
|
|
62
|
+
WorkEmail: _components.WorkEmail,
|
|
63
|
+
Percentage: _components.Percentage,
|
|
64
|
+
SegmentedControl: _components.SegmentedControl,
|
|
65
|
+
Time: _components.Time,
|
|
66
|
+
TimeRange: _components.TimeRange,
|
|
67
|
+
Timezone: _components.Timezone,
|
|
68
|
+
Slider: _components.Slider,
|
|
69
|
+
RangeSlider: _components.RangeSlider,
|
|
70
|
+
Masker: _components.Masker,
|
|
71
|
+
DaySelector: _components.DaySelector,
|
|
72
|
+
ColorPicker: _components.ColorPicker,
|
|
73
|
+
SelectableGroup: _components.SelectableGroup,
|
|
74
|
+
Ssn: _components.Ssn,
|
|
75
|
+
Sin: _components.Sin,
|
|
76
|
+
Signature: _components.Signature,
|
|
77
|
+
Survey: _components.Survey,
|
|
78
|
+
Tree: _components.Tree,
|
|
79
|
+
TreeSelect: _components.TreeSelect,
|
|
80
|
+
File: _components.File,
|
|
81
|
+
InputGroup: _components.InputGroup,
|
|
82
|
+
Field: _components.Field,
|
|
83
|
+
ActionCard: _components.ActionCard,
|
|
84
|
+
Alert: _components.Alert,
|
|
85
|
+
Avatar: _components.Avatar,
|
|
86
|
+
Badge: _components.Badge,
|
|
87
|
+
Chip: _components.Chip,
|
|
88
|
+
Card: _components.Card,
|
|
89
|
+
ContentLoader: _components.ContentLoader,
|
|
90
|
+
Divider: _components.Divider,
|
|
91
|
+
Icon: _components.Icon,
|
|
92
|
+
Label: _components.Label,
|
|
93
|
+
ListItem: _components.ListItem,
|
|
94
|
+
Modal: _components.Modal,
|
|
95
|
+
ModalFooter: _components.ModalFooter,
|
|
96
|
+
ProgressBar: _components.ProgressBar,
|
|
97
|
+
Skeleton: _components.Skeleton,
|
|
98
|
+
Spinner: _components.Spinner,
|
|
99
|
+
Stepper: _components.Stepper,
|
|
100
|
+
TextClip: _components.TextClip,
|
|
101
|
+
TextSnippet: _components.TextSnippet,
|
|
102
|
+
Tip: _components.Tip,
|
|
103
|
+
CheckList: _components.CheckList,
|
|
104
|
+
DistributionBar: _components.DistributionBar,
|
|
105
|
+
ImageViewer: _components.ImageViewer,
|
|
106
|
+
ObjectUI: _components.ObjectUI,
|
|
107
|
+
ObjectUITemplate: _components.ObjectUITemplate,
|
|
108
|
+
ObjectUIHeader: _components.ObjectUIHeader,
|
|
109
|
+
ObjectUIContent: _components.ObjectUIContent,
|
|
110
|
+
ObjectUIStats: _components.ObjectUIStats,
|
|
111
|
+
SnackBar: _components.SnackBar,
|
|
112
|
+
Video: _components.Video,
|
|
113
|
+
AvatarList: _components.AvatarList,
|
|
114
|
+
Image: _components.Image,
|
|
115
|
+
AtomsSeparator: _components.AtomsSeparator,
|
|
116
|
+
Carousel: _components.Carousel,
|
|
117
|
+
TableBasic: _components.TableBasic,
|
|
118
|
+
LocationCard: _components.LocationCard,
|
|
119
|
+
LoaderCard: _components.LoaderCard,
|
|
120
|
+
LayoutCard: _components.LayoutCard,
|
|
121
|
+
AppGroupLoader: _components.AppGroupLoader,
|
|
122
|
+
ChartLoader: _components.ChartLoader,
|
|
123
|
+
ReportLoader: _components.ReportLoader,
|
|
124
|
+
ReportShareLoader: _components.ReportShareLoader,
|
|
125
|
+
ReportViewerLoader: _components.ReportViewerLoader,
|
|
126
|
+
SettingsLoader: _components.SettingsLoader,
|
|
127
|
+
ChipGroup: _components.ChipGroup,
|
|
128
|
+
ModalCloseButton: _components.ModalCloseButton,
|
|
129
|
+
Status: _components.Status,
|
|
130
|
+
ApiError: _components.ApiError,
|
|
131
|
+
Circle: _components.Circle,
|
|
132
|
+
CountDown: _components.CountDown,
|
|
133
|
+
Country: _components.Country,
|
|
134
|
+
ToggleableArrow: _components.ToggleableArrow,
|
|
135
|
+
TitleCaption: _components.TitleCaption,
|
|
136
|
+
AiIcon: _components.AiIcon,
|
|
137
|
+
Breadcrumb: _components.Breadcrumb,
|
|
138
|
+
Button: _components.Button,
|
|
139
|
+
ButtonGroup: _components.ButtonGroup,
|
|
140
|
+
DraggableList: _components.DraggableList,
|
|
141
|
+
Drawer: _components.Drawer,
|
|
142
|
+
Dropdown: _components.Dropdown,
|
|
143
|
+
ExpansionPanel: _components.ExpansionPanel,
|
|
144
|
+
ExpansionPanelGroup: _components.ExpansionPanelGroup,
|
|
145
|
+
FloatingButton: _components.FloatingButton,
|
|
146
|
+
IconButton: _components.IconButton,
|
|
147
|
+
ItemNavigator: _components.ItemNavigator,
|
|
148
|
+
Link: _components.Link,
|
|
149
|
+
MenuList: _components.MenuList,
|
|
150
|
+
NestedList: _components.NestedList,
|
|
151
|
+
Paginate: _components.Paginate,
|
|
152
|
+
SelectableMenu: _components.SelectableMenu,
|
|
153
|
+
ShowMore: _components.ShowMore,
|
|
154
|
+
Tab: _components.Tab,
|
|
155
|
+
Heading: _components.Heading,
|
|
156
|
+
Text: _components.Text,
|
|
157
|
+
Box: _components.Box,
|
|
158
|
+
Grid: _components.Grid,
|
|
159
|
+
HStack: _components.HStack,
|
|
160
|
+
LabelGroup: _components.LabelGroup,
|
|
161
|
+
Layout: _components.Layout,
|
|
162
|
+
PageContent: _components.PageContent,
|
|
163
|
+
PageHeader: _components.PageHeader,
|
|
164
|
+
PageAppLogo: _components.PageAppLogo,
|
|
165
|
+
PageFooter: _components.PageFooter,
|
|
166
|
+
Pane: _components.Pane,
|
|
167
|
+
Responsive: _components.Responsive,
|
|
168
|
+
SplitPane: _components.SplitPane,
|
|
169
|
+
VStack: _components.VStack,
|
|
170
|
+
CustomObjectGrid: _components.CustomObjectGrid,
|
|
171
|
+
ObjectListView: _components.ObjectListView,
|
|
172
|
+
};
|
|
173
|
+
export const directives = {
|
|
174
|
+
visible: _directives.visible,
|
|
175
|
+
repeat: _directives.repeat,
|
|
176
|
+
$item: _directives.$item,
|
|
177
|
+
$bindItem: _directives.$bindItem,
|
|
178
|
+
$index: _directives.$index,
|
|
179
|
+
};
|
|
180
|
+
import { createState } from "./state.mjs";
|
|
181
|
+
import { cond, template } from "./props.mjs";
|
|
182
|
+
import { render } from "./render.mjs";
|
|
183
|
+
import { visible, repeat } from "./directives.mjs";
|
|
184
|
+
import { component } from "./component.mjs";
|
|
185
|
+
const SDUI = {
|
|
186
|
+
createState,
|
|
187
|
+
render,
|
|
188
|
+
visible,
|
|
189
|
+
repeat,
|
|
190
|
+
cond,
|
|
191
|
+
component,
|
|
192
|
+
template,
|
|
193
|
+
components,
|
|
194
|
+
actions,
|
|
195
|
+
conditions,
|
|
196
|
+
directives,
|
|
197
|
+
};
|
|
198
|
+
export default SDUI;
|
|
199
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/lib/sdui/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { VisibilityCondition } from "./conditions.mjs";
|
|
2
|
+
export interface CondRef {
|
|
3
|
+
$cond: VisibilityCondition;
|
|
4
|
+
$then: unknown;
|
|
5
|
+
$else: unknown;
|
|
6
|
+
}
|
|
7
|
+
export interface TemplateRef {
|
|
8
|
+
$template: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function cond(condition: VisibilityCondition, thenValue: unknown, elseValue: unknown): CondRef;
|
|
11
|
+
export declare function template(strings: TemplateStringsArray, ...values: unknown[]): TemplateRef;
|
|
12
|
+
//# sourceMappingURL=props.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"props.d.mts","sourceRoot":"","sources":["../../src/lib/sdui/props.ts"],"names":[],"mappings":"OAAO,KAAK,EAAE,mBAAmB,EAAE;AAGnC,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,mBAAmB,CAAC;IAC3B,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,IAAI,CAAC,SAAS,EAAE,mBAAmB,EAAE,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,GAAG,OAAO,CAEpG;AAED,wBAAgB,QAAQ,CAAC,OAAO,EAAE,oBAAoB,EAAE,GAAG,MAAM,EAAE,OAAO,EAAE,GAAG,WAAW,CAczF"}
|