@jointhedots/ui 2.0.20
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/bundle.manifest.json +47 -0
- package/chunk.73S35ZUP.js +1 -0
- package/chunk.7FLBFFZJ.js +1 -0
- package/chunk.IWVPDTNR.js +60 -0
- package/chunk.J7UOQR25.js +787 -0
- package/chunk.NOVIDUKC.js +1 -0
- package/chunk.NZRTZDOB.js +1 -0
- package/chunk.OW3MI2XU.js +35 -0
- package/chunk.S2ABQ2TE.js +51 -0
- package/chunk.SOVKFN6E.js +57 -0
- package/chunk.TB7PTJUW.js +297 -0
- package/chunk.VLRB3H3F.js +12 -0
- package/chunk.YJXSWWE6.js +3 -0
- package/chunk.ZTJG4JJS.js +26 -0
- package/cid.0Z4H3pyI6YJvF25fpMdVxrsrJb2aoHNuRqCW8ykQutc.json +44 -0
- package/cid.N30c0jISJNset9Hvr2NLQnsa9sVwvpNmyKx2QZaYQyc.json +10 -0
- package/export.applicationboard.js +1 -0
- package/export.codeeditor.js +1 -0
- package/export.componentslibrary.js +1 -0
- package/export.dialog.js +1 -0
- package/export.icon.js +1 -0
- package/export.inputs.js +1 -0
- package/export.items.js +1 -0
- package/export.layouts.js +1 -0
- package/export.notifications.js +1 -0
- package/export.servicepoint.js +1 -0
- package/export.theme.js +1 -0
- package/lambda.node_modules.monaco_editor.esm.vs.editor.editor_worker_js.js +1 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.css.css_worker.js +66 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.html.html_worker.js +443 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.json.json_worker.js +31 -0
- package/lambda.node_modules.monaco_editor.esm.vs.language.typescript.ts_worker.js +67711 -0
- package/lambda.src.applicationboard.component.js +1 -0
- package/package.json +73 -0
- package/types.d.ts +1862 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "jtd:application.board.component",
|
|
3
|
+
"title": "Application Board",
|
|
4
|
+
"icon": "utility:apps",
|
|
5
|
+
"specs": {
|
|
6
|
+
"component": {
|
|
7
|
+
"attributes": {
|
|
8
|
+
"entries": {
|
|
9
|
+
"type": "object",
|
|
10
|
+
"additionalProperties": {
|
|
11
|
+
"anyOf": [
|
|
12
|
+
{
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"type": "object",
|
|
17
|
+
"properties": {
|
|
18
|
+
"name": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"title": "App name, must be unique"
|
|
21
|
+
},
|
|
22
|
+
"icon": {
|
|
23
|
+
"type": "string"
|
|
24
|
+
},
|
|
25
|
+
"entries": {
|
|
26
|
+
"type": "object"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"required": [
|
|
30
|
+
"name",
|
|
31
|
+
"entries"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"services": {
|
|
41
|
+
"component": "./lambda.src.applicationboard.component.js#ApplicationBoardDriver",
|
|
42
|
+
"component.view.react": "./lambda.src.applicationboard.component.js#GetApplicationView"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "monaco.provider",
|
|
3
|
+
"services": {
|
|
4
|
+
"monaco.editor.worker": "./lambda.node_modules.monaco_editor.esm.vs.editor.editor_worker_js.js#default",
|
|
5
|
+
"monaco.json.worker": "./lambda.node_modules.monaco_editor.esm.vs.language.json.json_worker.js#default",
|
|
6
|
+
"monaco.css.worker": "./lambda.node_modules.monaco_editor.esm.vs.language.css.css_worker.js#default",
|
|
7
|
+
"monaco.html.worker": "./lambda.node_modules.monaco_editor.esm.vs.language.html.html_worker.js#default",
|
|
8
|
+
"monaco.ts.worker": "./lambda.node_modules.monaco_editor.esm.vs.language.typescript.ts_worker.js#default"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c}from"./chunk.7FLBFFZJ.js";import"./chunk.NOVIDUKC.js";import"./chunk.IWVPDTNR.js";import"./chunk.SOVKFN6E.js";import"./chunk.VLRB3H3F.js";import"./chunk.NZRTZDOB.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{b as ApplicationBoard,a as ApplicationPage,c as ApplicationSelector};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c}from"./chunk.VLRB3H3F.js";import"./chunk.73S35ZUP.js";export{b as CodeEditorHOC,c as GetLanguageInfos,a as StandardLanguageProvider};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as a,c as b,d as c,e as d,f as e,g as f,h as g,i as h,j as i,k as j,l as k,m as l,n as m,o as n,p as o,q as p}from"./chunk.IWVPDTNR.js";import"./chunk.SOVKFN6E.js";import"./chunk.VLRB3H3F.js";import"./chunk.NZRTZDOB.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{i as ComponentBrowser,f as ComponentItem,e as ComponentLink,m as ComponentManifestEditor,p as ComponentsConfigurator,h as ComponentsFilteredList,g as ComponentsList,n as CreateComponentSelector,o as NewComponentButton,k as createComponent,l as editComponent,a as getComponentGroupName,d as getComponentIcon,b as getComponentSmallName,c as groupComponentPublications,j as initComponentManifest};
|
package/export.dialog.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b}from"./chunk.NZRTZDOB.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{b as askData,a as askQuestion};
|
package/export.icon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j}from"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{e as Icon,f as IconAvatarCollection,g as IconFontCollection,h as IconSVGCollection,i as IconSVGInnerCollection,b as IconSize,a as IconUrlCollection,j as default,d as getIconName,c as registerIconCollection};
|
package/export.inputs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c}from"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{a as Button,b as ButtonIcon,c as InputData};
|
package/export.items.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{l as a,m as b,n as c,o as d,p as e,q as f}from"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{b as DrawToolingWidgets,d as ItemIcon,f as ItemRowRich,e as ItemRowShort,c as LabelButton,a as LabelSelected};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j,k}from"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{k as Menu,g as OverflowStack,a as PanelInstance,h as PopupCancel,f as Stack,e as createFloatingDock,c as createPanel,b as getPanelDockFrom,j as openContextualMenu,i as openDialog,d as usePanel};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d,e,f}from"./chunk.SOVKFN6E.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{f as Notification,d as NotificationsBell,e as NotificationsList,b as useNotificationInfos,a as useNotificationObjects,c as useNotifications};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d,e,f,g}from"./chunk.NOVIDUKC.js";import"./chunk.IWVPDTNR.js";import"./chunk.SOVKFN6E.js";import"./chunk.VLRB3H3F.js";import"./chunk.NZRTZDOB.js";import"./chunk.TB7PTJUW.js";import"./chunk.S2ABQ2TE.js";import"./chunk.OW3MI2XU.js";import"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{a as DefaultColorsMap,e as DefaultServiceConfigurator,c as ServicePointInput,b as ServicePointStatus,d as ServicePointsConfigurator,f as ServiceRequirementBoundary,g as registerMissingServiceDisplayer};
|
package/export.theme.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a,b,c,d,e,f,g}from"./chunk.J7UOQR25.js";import"./chunk.73S35ZUP.js";export{e as DarkTheme,d as LightTheme,c as LocalTheme,f as ThemeContext,a as ThemeLighting,b as ThemeProvider,g as getGlobalTheme};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as i,b as r,c as e}from"./chunk.ZTJG4JJS.js";import"./chunk.73S35ZUP.js";self.onmessage=()=>{r()||i(()=>({}))};export{e as initialize};
|