@namba_one/ui-kit-2 1.0.310 → 1.0.311
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/index.d.ts +27 -6
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +15 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -739,11 +739,13 @@ default?(_: {}): any;
|
|
|
739
739
|
|
|
740
740
|
declare const __VLS_component_51: DefineComponent<ResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
741
741
|
|
|
742
|
-
declare const __VLS_component_52: DefineComponent<
|
|
742
|
+
declare const __VLS_component_52: DefineComponent<LayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LayoutProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
743
743
|
|
|
744
744
|
declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
745
745
|
|
|
746
|
-
declare const __VLS_component_54: DefineComponent< {}, {
|
|
746
|
+
declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
747
|
+
|
|
748
|
+
declare const __VLS_component_55: DefineComponent< {}, {
|
|
747
749
|
open: () => void | undefined;
|
|
748
750
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
749
751
|
refModal: CreateComponentPublicInstanceWithMixins<Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
@@ -2108,7 +2110,7 @@ declare function __VLS_template_52(): {
|
|
|
2108
2110
|
default?(_: {}): any;
|
|
2109
2111
|
};
|
|
2110
2112
|
refs: {};
|
|
2111
|
-
rootEl:
|
|
2113
|
+
rootEl: HTMLDivElement;
|
|
2112
2114
|
};
|
|
2113
2115
|
|
|
2114
2116
|
declare function __VLS_template_53(): {
|
|
@@ -2121,6 +2123,15 @@ declare function __VLS_template_53(): {
|
|
|
2121
2123
|
};
|
|
2122
2124
|
|
|
2123
2125
|
declare function __VLS_template_54(): {
|
|
2126
|
+
attrs: Partial<{}>;
|
|
2127
|
+
slots: {
|
|
2128
|
+
default?(_: {}): any;
|
|
2129
|
+
};
|
|
2130
|
+
refs: {};
|
|
2131
|
+
rootEl: any;
|
|
2132
|
+
};
|
|
2133
|
+
|
|
2134
|
+
declare function __VLS_template_55(): {
|
|
2124
2135
|
attrs: Partial<{}>;
|
|
2125
2136
|
slots: {
|
|
2126
2137
|
default?(_: {}): any;
|
|
@@ -2354,6 +2365,8 @@ declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
|
|
|
2354
2365
|
|
|
2355
2366
|
declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
|
|
2356
2367
|
|
|
2368
|
+
declare type __VLS_TemplateResult_55 = ReturnType<typeof __VLS_template_55>;
|
|
2369
|
+
|
|
2357
2370
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
2358
2371
|
|
|
2359
2372
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
@@ -2662,6 +2675,12 @@ declare type __VLS_WithTemplateSlots_54<T, S> = T & {
|
|
|
2662
2675
|
};
|
|
2663
2676
|
};
|
|
2664
2677
|
|
|
2678
|
+
declare type __VLS_WithTemplateSlots_55<T, S> = T & {
|
|
2679
|
+
new (): {
|
|
2680
|
+
$slots: S;
|
|
2681
|
+
};
|
|
2682
|
+
};
|
|
2683
|
+
|
|
2665
2684
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
2666
2685
|
new (): {
|
|
2667
2686
|
$slots: S;
|
|
@@ -2934,7 +2953,7 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
|
|
|
2934
2953
|
|
|
2935
2954
|
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-t-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand", "background-interactive-select-select-base", "background-interactive-select-select-base-focus", "foreground-interactive-input-focus-cursor-brand-2", "foreground-interactive-select-base-secondary", "foreground-interactive-input-base-secondary-2", "foreground-interactive-select-base-primary", "foreground-interactive-input-base-primary-2", "foreground-interactive-select-base-placeholder", "foreground-interactive-input-base-placeholder-2", "foreground-element-badge-secondary", "background-element-badge-secondary", "foreground-interactive-link-base", "foreground-interactive-link-secondary", "foreground-layout-layout-1-surface", "background-interactive-button-base-secondary-disabled", "background-interactive-button-base-secondary", "foreground-interactive-button-base-secondary-disabled", "foreground-interactive-button-base-secondary", "background-state-action-critical-t-active", "background-interactive-button-success-primary", "background-interactive-button-success-primary-disabled-2", "foreground-interactive-button-success-primary", "foreground-interactive-button-success-primary-disabled", "background-surface-layout-1-surface-5-t-15", "background-state-action-base-secondary-t-active", "background-state-action-secondary-t-active", "background-surface-modal-base-t-0", "border-layout-layout-1-base-table", "background-layout-layout-1-0", "foreground-layout-layout-1-brand-25"];
|
|
2936
2955
|
|
|
2937
|
-
export declare const ColorThemeProvider:
|
|
2956
|
+
export declare const ColorThemeProvider: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
2938
2957
|
|
|
2939
2958
|
export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2940
2959
|
|
|
@@ -4603,7 +4622,7 @@ export declare type PageInfoCellTableSkeletonProps = {
|
|
|
4603
4622
|
labelColor?: PageInfoCellProps['labelColor'];
|
|
4604
4623
|
};
|
|
4605
4624
|
|
|
4606
|
-
export declare const PageLeaveHandlerConfirmModal:
|
|
4625
|
+
export declare const PageLeaveHandlerConfirmModal: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, __VLS_TemplateResult_55["slots"]>;
|
|
4607
4626
|
|
|
4608
4627
|
export declare type PageLeaveHandlerProvider = {
|
|
4609
4628
|
open: (params: {
|
|
@@ -4618,6 +4637,8 @@ export declare type PageListHeaderProps = {};
|
|
|
4618
4637
|
|
|
4619
4638
|
export declare const PageOverlay: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
4620
4639
|
|
|
4640
|
+
export declare const PageOverlayLayout: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
4641
|
+
|
|
4621
4642
|
export declare type PageOverlayProps = {
|
|
4622
4643
|
onClose?: () => void;
|
|
4623
4644
|
view?: LayoutProps['view'];
|
|
@@ -4670,7 +4691,7 @@ declare type ResponseProps = {
|
|
|
4670
4691
|
description?: string;
|
|
4671
4692
|
};
|
|
4672
4693
|
|
|
4673
|
-
export declare const RouterWithChildrenPage:
|
|
4694
|
+
export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
4674
4695
|
|
|
4675
4696
|
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
4676
4697
|
|
package/dist/index.es.js
CHANGED
|
@@ -40122,6 +40122,7 @@ export {
|
|
|
40122
40122
|
_N as PageInfoCellTableSkeleton,
|
|
40123
40123
|
lz as PageLeaveHandlerConfirmModal,
|
|
40124
40124
|
nz as PageOverlay,
|
|
40125
|
+
MR as PageOverlayLayout,
|
|
40125
40126
|
ii as Popover,
|
|
40126
40127
|
Jp as Price,
|
|
40127
40128
|
oz as Response,
|