@retailcrm/embed-ui-v1-components 0.9.17 → 0.9.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/remote.cjs +4 -0
- package/dist/remote.js +4 -0
- package/package.json +1 -1
package/dist/remote.cjs
CHANGED
|
@@ -3038,6 +3038,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3038
3038
|
"UiAvatarList",
|
|
3039
3039
|
"UiAlert",
|
|
3040
3040
|
"UiButton",
|
|
3041
|
+
"UiCalendar",
|
|
3041
3042
|
"UiCheckbox",
|
|
3042
3043
|
"UiCollapse",
|
|
3043
3044
|
"UiCollapseBox",
|
|
@@ -3057,6 +3058,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3057
3058
|
"UiModalWindowSurface",
|
|
3058
3059
|
"UiNumberStepper",
|
|
3059
3060
|
"UiPageHeader",
|
|
3061
|
+
"UiPageHeaderLayout",
|
|
3060
3062
|
"UiPageHeaderTitle",
|
|
3061
3063
|
"UiPopper",
|
|
3062
3064
|
"UiPopperConnector",
|
|
@@ -3065,6 +3067,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3065
3067
|
"UiRadioSwitchOptionShell",
|
|
3066
3068
|
"UiRadioSwitchRoot",
|
|
3067
3069
|
"UiScrollBox",
|
|
3070
|
+
"UiSkeleton",
|
|
3068
3071
|
"UiSlider",
|
|
3069
3072
|
"UiSwitch",
|
|
3070
3073
|
"UiTab",
|
|
@@ -3085,6 +3088,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3085
3088
|
"UiTimePicker",
|
|
3086
3089
|
"UiToggleButton",
|
|
3087
3090
|
"UiToggleGroupRoot",
|
|
3091
|
+
// UiToolbar is host-only: remote trees can render toolbar items, but cannot create the toolbar container.
|
|
3088
3092
|
"UiToolbarButton",
|
|
3089
3093
|
"UiToolbarLink",
|
|
3090
3094
|
"UiTooltip",
|
package/dist/remote.js
CHANGED
|
@@ -3036,6 +3036,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3036
3036
|
"UiAvatarList",
|
|
3037
3037
|
"UiAlert",
|
|
3038
3038
|
"UiButton",
|
|
3039
|
+
"UiCalendar",
|
|
3039
3040
|
"UiCheckbox",
|
|
3040
3041
|
"UiCollapse",
|
|
3041
3042
|
"UiCollapseBox",
|
|
@@ -3055,6 +3056,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3055
3056
|
"UiModalWindowSurface",
|
|
3056
3057
|
"UiNumberStepper",
|
|
3057
3058
|
"UiPageHeader",
|
|
3059
|
+
"UiPageHeaderLayout",
|
|
3058
3060
|
"UiPageHeaderTitle",
|
|
3059
3061
|
"UiPopper",
|
|
3060
3062
|
"UiPopperConnector",
|
|
@@ -3063,6 +3065,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3063
3065
|
"UiRadioSwitchOptionShell",
|
|
3064
3066
|
"UiRadioSwitchRoot",
|
|
3065
3067
|
"UiScrollBox",
|
|
3068
|
+
"UiSkeleton",
|
|
3066
3069
|
"UiSlider",
|
|
3067
3070
|
"UiSwitch",
|
|
3068
3071
|
"UiTab",
|
|
@@ -3083,6 +3086,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
3083
3086
|
"UiTimePicker",
|
|
3084
3087
|
"UiToggleButton",
|
|
3085
3088
|
"UiToggleGroupRoot",
|
|
3089
|
+
// UiToolbar is host-only: remote trees can render toolbar items, but cannot create the toolbar container.
|
|
3086
3090
|
"UiToolbarButton",
|
|
3087
3091
|
"UiToolbarLink",
|
|
3088
3092
|
"UiTooltip",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@retailcrm/embed-ui-v1-components",
|
|
3
3
|
"bin": "./bin/embed-ui-v1-components.mjs",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.9.
|
|
5
|
+
"version": "0.9.18",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
|
8
8
|
"repository": "git@github.com:retailcrm/embed-ui.git",
|