@retailcrm/embed-ui-v1-components 0.9.22 → 0.9.23-alpha.1
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/host.cjs +334 -306
- package/dist/host.css +46 -0
- package/dist/host.d.ts +2 -0
- package/dist/host.js +334 -306
- package/dist/remote.cjs +12 -0
- package/dist/remote.d.ts +46 -0
- package/dist/remote.js +12 -0
- package/docs/profiles/components/UiPopper.yml +1 -1
- package/docs/profiles/pages/ModalSidebar.yml +1 -1
- package/package.json +1 -1
package/dist/remote.cjs
CHANGED
|
@@ -1347,6 +1347,15 @@ const UiNumberStepper = remote.defineRemoteComponent(
|
|
|
1347
1347
|
"violation"
|
|
1348
1348
|
]
|
|
1349
1349
|
);
|
|
1350
|
+
const UiPageFooterType = "UiPageFooter";
|
|
1351
|
+
const UiPageFooter = remote.defineRemoteComponent(
|
|
1352
|
+
UiPageFooterType,
|
|
1353
|
+
[],
|
|
1354
|
+
[
|
|
1355
|
+
"actions",
|
|
1356
|
+
"aside"
|
|
1357
|
+
]
|
|
1358
|
+
);
|
|
1350
1359
|
const events$1 = [
|
|
1351
1360
|
"blur",
|
|
1352
1361
|
"change",
|
|
@@ -4111,6 +4120,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
4111
4120
|
"UiModalWindow",
|
|
4112
4121
|
"UiModalWindowSurface",
|
|
4113
4122
|
"UiNumberStepper",
|
|
4123
|
+
"UiPageFooter",
|
|
4114
4124
|
"UiPageHeader",
|
|
4115
4125
|
"UiPageHeaderLayout",
|
|
4116
4126
|
"UiPageHeaderTitle",
|
|
@@ -4302,6 +4312,8 @@ exports.UiModalWindowSurfaceType = UiModalWindowSurfaceType;
|
|
|
4302
4312
|
exports.UiModalWindowType = UiModalWindowType;
|
|
4303
4313
|
exports.UiNumberStepper = UiNumberStepper;
|
|
4304
4314
|
exports.UiNumberStepperType = UiNumberStepperType;
|
|
4315
|
+
exports.UiPageFooter = UiPageFooter;
|
|
4316
|
+
exports.UiPageFooterType = UiPageFooterType;
|
|
4305
4317
|
exports.UiPageHeader = _sfc_main$b;
|
|
4306
4318
|
exports.UiPopconfirm = _sfc_main$a;
|
|
4307
4319
|
exports.UiPopper = UiPopper;
|
package/dist/remote.d.ts
CHANGED
|
@@ -3879,6 +3879,52 @@ declare type UiNumberStepperProperties = {
|
|
|
3879
3879
|
textboxOptions?: Partial<Omit<UiTextboxProperties, 'id' | 'value' | 'type' | 'min' | 'max' | 'step' | 'decimals' | 'clearable' | 'disabled' | 'readonly' | 'required' | 'size' | 'outlined' | 'autofit' | 'inputAttributes'>>;
|
|
3880
3880
|
};
|
|
3881
3881
|
export declare const UiNumberStepperType: SchemaType<"UiNumberStepper", RemoteProperties<UiNumberStepperProperties>, RemoteCallable<UiNumberStepperMethods>>;
|
|
3882
|
+
export declare const UiPageFooter: {
|
|
3883
|
+
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<RemoteProperties<UiPageFooterProperties>>>, {
|
|
3884
|
+
[x: string]: unknown;
|
|
3885
|
+
}, {
|
|
3886
|
+
[x: string]: never;
|
|
3887
|
+
}, {
|
|
3888
|
+
[x: string]: never;
|
|
3889
|
+
}, MethodOptions, never[], ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
3890
|
+
P: {};
|
|
3891
|
+
B: {};
|
|
3892
|
+
D: {};
|
|
3893
|
+
C: ComputedOptions;
|
|
3894
|
+
M: MethodOptions;
|
|
3895
|
+
Defaults: {};
|
|
3896
|
+
} & {
|
|
3897
|
+
P: {};
|
|
3898
|
+
B: {};
|
|
3899
|
+
D: {};
|
|
3900
|
+
C: {};
|
|
3901
|
+
M: {};
|
|
3902
|
+
Defaults: {};
|
|
3903
|
+
}, Readonly<ExtractPropTypes<RemoteProperties<UiPageFooterProperties>>>, {
|
|
3904
|
+
[x: string]: unknown;
|
|
3905
|
+
}, {
|
|
3906
|
+
[x: string]: never;
|
|
3907
|
+
}, ComputedOptions & {
|
|
3908
|
+
[x: string]: never;
|
|
3909
|
+
}, MethodOptions, {}>;
|
|
3910
|
+
__isFragment?: never;
|
|
3911
|
+
__isTeleport?: never;
|
|
3912
|
+
__isSuspense?: never;
|
|
3913
|
+
} & ComponentOptionsBase<Readonly<ExtractPropTypes<RemoteProperties<UiPageFooterProperties>>>, {
|
|
3914
|
+
[x: string]: unknown;
|
|
3915
|
+
}, {
|
|
3916
|
+
[x: string]: never;
|
|
3917
|
+
}, {
|
|
3918
|
+
[x: string]: never;
|
|
3919
|
+
}, MethodOptions, never[], ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3920
|
+
$slots: {
|
|
3921
|
+
[x: string]: never;
|
|
3922
|
+
} & {
|
|
3923
|
+
default?: (...args: never[]) => unknown;
|
|
3924
|
+
};
|
|
3925
|
+
});
|
|
3926
|
+
declare type UiPageFooterProperties = Record<string, never>;
|
|
3927
|
+
export declare const UiPageFooterType: SchemaType<"UiPageFooter", RemoteProperties<UiPageFooterProperties>>;
|
|
3882
3928
|
export declare const UiPageHeader: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
3883
3929
|
declare type UiPageHeaderProperties = {
|
|
3884
3930
|
id?: string;
|
package/dist/remote.js
CHANGED
|
@@ -1345,6 +1345,15 @@ const UiNumberStepper = defineRemoteComponent(
|
|
|
1345
1345
|
"violation"
|
|
1346
1346
|
]
|
|
1347
1347
|
);
|
|
1348
|
+
const UiPageFooterType = "UiPageFooter";
|
|
1349
|
+
const UiPageFooter = defineRemoteComponent(
|
|
1350
|
+
UiPageFooterType,
|
|
1351
|
+
[],
|
|
1352
|
+
[
|
|
1353
|
+
"actions",
|
|
1354
|
+
"aside"
|
|
1355
|
+
]
|
|
1356
|
+
);
|
|
1348
1357
|
const events$1 = [
|
|
1349
1358
|
"blur",
|
|
1350
1359
|
"change",
|
|
@@ -4109,6 +4118,7 @@ const createEndpointRoot = async (channel) => {
|
|
|
4109
4118
|
"UiModalWindow",
|
|
4110
4119
|
"UiModalWindowSurface",
|
|
4111
4120
|
"UiNumberStepper",
|
|
4121
|
+
"UiPageFooter",
|
|
4112
4122
|
"UiPageHeader",
|
|
4113
4123
|
"UiPageHeaderLayout",
|
|
4114
4124
|
"UiPageHeaderTitle",
|
|
@@ -4301,6 +4311,8 @@ export {
|
|
|
4301
4311
|
UiModalWindowType,
|
|
4302
4312
|
UiNumberStepper,
|
|
4303
4313
|
UiNumberStepperType,
|
|
4314
|
+
UiPageFooter,
|
|
4315
|
+
UiPageFooterType,
|
|
4304
4316
|
_sfc_main$b as UiPageHeader,
|
|
4305
4317
|
_sfc_main$a as UiPopconfirm,
|
|
4306
4318
|
UiPopper,
|
|
@@ -77,7 +77,7 @@ examples:
|
|
|
77
77
|
</template>
|
|
78
78
|
|
|
79
79
|
<script lang="ts" setup>
|
|
80
|
-
import IconTrash from '@retailcrm/embed-ui-v1-components/assets/sprites/ui/delete.svg'
|
|
80
|
+
import IconTrash from '@retailcrm/embed-ui-v1-components/assets/sprites/ui/delete-outlined.svg'
|
|
81
81
|
import { UiButton, UiPopper, UiPopperConnector, UiPopperTarget } from '@retailcrm/embed-ui-v1-components/remote'
|
|
82
82
|
</script>
|
|
83
83
|
use_when:
|
|
@@ -65,7 +65,7 @@ examples:
|
|
|
65
65
|
<script lang="ts" setup>
|
|
66
66
|
import { ref } from 'vue'
|
|
67
67
|
|
|
68
|
-
import IconDelete from '@retailcrm/embed-ui-v1-components/assets/sprites/ui/delete.svg'
|
|
68
|
+
import IconDelete from '@retailcrm/embed-ui-v1-components/assets/sprites/ui/delete-outlined.svg'
|
|
69
69
|
import {
|
|
70
70
|
UiButton,
|
|
71
71
|
UiModalSidebar,
|
package/package.json
CHANGED