@namba_one/ui-kit-2 1.0.294 → 1.0.297
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 +324 -1
- package/dist/index.es.js +7688 -7445
- package/dist/index.umd.js +25 -21
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +4 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
8
8
|
import { ComponentProvideOptions } from 'vue';
|
|
9
9
|
import { ComponentPublicInstance } from 'vue';
|
|
10
10
|
import { ComputedRef } from 'vue';
|
|
11
|
+
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
11
12
|
import { DebuggerEvent } from 'vue';
|
|
12
13
|
import { DefineComponent } from 'vue';
|
|
13
14
|
import { ExtractPropTypes } from 'vue';
|
|
@@ -740,6 +741,99 @@ declare const __VLS_component_51: DefineComponent<ResponseProps, {}, {}, {}, {},
|
|
|
740
741
|
|
|
741
742
|
declare const __VLS_component_52: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
742
743
|
|
|
744
|
+
declare const __VLS_component_53: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
745
|
+
|
|
746
|
+
declare const __VLS_component_54: DefineComponent< {}, {
|
|
747
|
+
open: () => void | undefined;
|
|
748
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
749
|
+
refModal: CreateComponentPublicInstanceWithMixins<Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
750
|
+
onCancel?: (() => any) | undefined;
|
|
751
|
+
onConfirm?: (() => any) | undefined;
|
|
752
|
+
}>, {
|
|
753
|
+
close: () => void;
|
|
754
|
+
toggle: () => void;
|
|
755
|
+
open: () => void;
|
|
756
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
757
|
+
cancel: () => any;
|
|
758
|
+
confirm: () => any;
|
|
759
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
760
|
+
ModalLeavePageConfirmation: ({
|
|
761
|
+
$: ComponentInternalInstance;
|
|
762
|
+
$data: {};
|
|
763
|
+
$props: {
|
|
764
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
765
|
+
readonly onClose?: (() => any) | undefined;
|
|
766
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
767
|
+
$attrs: {
|
|
768
|
+
[x: string]: unknown;
|
|
769
|
+
};
|
|
770
|
+
$refs: {
|
|
771
|
+
[x: string]: unknown;
|
|
772
|
+
};
|
|
773
|
+
$slots: Readonly<{
|
|
774
|
+
[name: string]: Slot<any> | undefined;
|
|
775
|
+
}>;
|
|
776
|
+
$root: ComponentPublicInstance | null;
|
|
777
|
+
$parent: ComponentPublicInstance | null;
|
|
778
|
+
$host: Element | null;
|
|
779
|
+
$emit: (event: "close") => void;
|
|
780
|
+
$el: any;
|
|
781
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
782
|
+
onClose?: (() => any) | undefined;
|
|
783
|
+
}>, {
|
|
784
|
+
close: () => void;
|
|
785
|
+
toggle: () => void;
|
|
786
|
+
open: () => void;
|
|
787
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
788
|
+
close: () => any;
|
|
789
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
790
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
791
|
+
created?: (() => void) | (() => void)[];
|
|
792
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
793
|
+
mounted?: (() => void) | (() => void)[];
|
|
794
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
795
|
+
updated?: (() => void) | (() => void)[];
|
|
796
|
+
activated?: (() => void) | (() => void)[];
|
|
797
|
+
deactivated?: (() => void) | (() => void)[];
|
|
798
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
799
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
800
|
+
destroyed?: (() => void) | (() => void)[];
|
|
801
|
+
unmounted?: (() => void) | (() => void)[];
|
|
802
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
803
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
804
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
805
|
+
};
|
|
806
|
+
$forceUpdate: () => void;
|
|
807
|
+
$nextTick: nextTick;
|
|
808
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
809
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
810
|
+
onClose?: (() => any) | undefined;
|
|
811
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
812
|
+
close: () => void;
|
|
813
|
+
toggle: () => void;
|
|
814
|
+
open: () => void;
|
|
815
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
816
|
+
$slots: {
|
|
817
|
+
default?(_: {}): any;
|
|
818
|
+
};
|
|
819
|
+
}) | null;
|
|
820
|
+
}, any, ComponentProvideOptions, {
|
|
821
|
+
P: {};
|
|
822
|
+
B: {};
|
|
823
|
+
D: {};
|
|
824
|
+
C: {};
|
|
825
|
+
M: {};
|
|
826
|
+
Defaults: {};
|
|
827
|
+
}, Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
828
|
+
onCancel?: (() => any) | undefined;
|
|
829
|
+
onConfirm?: (() => any) | undefined;
|
|
830
|
+
}>, {
|
|
831
|
+
close: () => void;
|
|
832
|
+
toggle: () => void;
|
|
833
|
+
open: () => void;
|
|
834
|
+
}, {}, {}, {}, {}> | null;
|
|
835
|
+
}, HTMLDivElement>;
|
|
836
|
+
|
|
743
837
|
declare const __VLS_component_6: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
744
838
|
click: () => any;
|
|
745
839
|
delete: () => any;
|
|
@@ -2016,6 +2110,111 @@ declare function __VLS_template_52(): {
|
|
|
2016
2110
|
rootEl: any;
|
|
2017
2111
|
};
|
|
2018
2112
|
|
|
2113
|
+
declare function __VLS_template_53(): {
|
|
2114
|
+
attrs: Partial<{}>;
|
|
2115
|
+
slots: {
|
|
2116
|
+
default?(_: {}): any;
|
|
2117
|
+
};
|
|
2118
|
+
refs: {};
|
|
2119
|
+
rootEl: any;
|
|
2120
|
+
};
|
|
2121
|
+
|
|
2122
|
+
declare function __VLS_template_54(): {
|
|
2123
|
+
attrs: Partial<{}>;
|
|
2124
|
+
slots: {
|
|
2125
|
+
default?(_: {}): any;
|
|
2126
|
+
};
|
|
2127
|
+
refs: {
|
|
2128
|
+
refModal: CreateComponentPublicInstanceWithMixins<Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
2129
|
+
onCancel?: (() => any) | undefined;
|
|
2130
|
+
onConfirm?: (() => any) | undefined;
|
|
2131
|
+
}>, {
|
|
2132
|
+
close: () => void;
|
|
2133
|
+
toggle: () => void;
|
|
2134
|
+
open: () => void;
|
|
2135
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2136
|
+
cancel: () => any;
|
|
2137
|
+
confirm: () => any;
|
|
2138
|
+
}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
2139
|
+
ModalLeavePageConfirmation: ({
|
|
2140
|
+
$: ComponentInternalInstance;
|
|
2141
|
+
$data: {};
|
|
2142
|
+
$props: {
|
|
2143
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
2144
|
+
readonly onClose?: (() => any) | undefined;
|
|
2145
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
2146
|
+
$attrs: {
|
|
2147
|
+
[x: string]: unknown;
|
|
2148
|
+
};
|
|
2149
|
+
$refs: {
|
|
2150
|
+
[x: string]: unknown;
|
|
2151
|
+
};
|
|
2152
|
+
$slots: Readonly<{
|
|
2153
|
+
[name: string]: Slot<any> | undefined;
|
|
2154
|
+
}>;
|
|
2155
|
+
$root: ComponentPublicInstance | null;
|
|
2156
|
+
$parent: ComponentPublicInstance | null;
|
|
2157
|
+
$host: Element | null;
|
|
2158
|
+
$emit: (event: "close") => void;
|
|
2159
|
+
$el: any;
|
|
2160
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
2161
|
+
onClose?: (() => any) | undefined;
|
|
2162
|
+
}>, {
|
|
2163
|
+
close: () => void;
|
|
2164
|
+
toggle: () => void;
|
|
2165
|
+
open: () => void;
|
|
2166
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2167
|
+
close: () => any;
|
|
2168
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2169
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
2170
|
+
created?: (() => void) | (() => void)[];
|
|
2171
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
2172
|
+
mounted?: (() => void) | (() => void)[];
|
|
2173
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
2174
|
+
updated?: (() => void) | (() => void)[];
|
|
2175
|
+
activated?: (() => void) | (() => void)[];
|
|
2176
|
+
deactivated?: (() => void) | (() => void)[];
|
|
2177
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
2178
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
2179
|
+
destroyed?: (() => void) | (() => void)[];
|
|
2180
|
+
unmounted?: (() => void) | (() => void)[];
|
|
2181
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2182
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
2183
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
2184
|
+
};
|
|
2185
|
+
$forceUpdate: () => void;
|
|
2186
|
+
$nextTick: nextTick;
|
|
2187
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2188
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
2189
|
+
onClose?: (() => any) | undefined;
|
|
2190
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
2191
|
+
close: () => void;
|
|
2192
|
+
toggle: () => void;
|
|
2193
|
+
open: () => void;
|
|
2194
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
2195
|
+
$slots: {
|
|
2196
|
+
default?(_: {}): any;
|
|
2197
|
+
};
|
|
2198
|
+
}) | null;
|
|
2199
|
+
}, any, ComponentProvideOptions, {
|
|
2200
|
+
P: {};
|
|
2201
|
+
B: {};
|
|
2202
|
+
D: {};
|
|
2203
|
+
C: {};
|
|
2204
|
+
M: {};
|
|
2205
|
+
Defaults: {};
|
|
2206
|
+
}, Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
2207
|
+
onCancel?: (() => any) | undefined;
|
|
2208
|
+
onConfirm?: (() => any) | undefined;
|
|
2209
|
+
}>, {
|
|
2210
|
+
close: () => void;
|
|
2211
|
+
toggle: () => void;
|
|
2212
|
+
open: () => void;
|
|
2213
|
+
}, {}, {}, {}, {}> | null;
|
|
2214
|
+
};
|
|
2215
|
+
rootEl: HTMLDivElement;
|
|
2216
|
+
};
|
|
2217
|
+
|
|
2019
2218
|
declare function __VLS_template_6(): {
|
|
2020
2219
|
attrs: Partial<{}>;
|
|
2021
2220
|
slots: {
|
|
@@ -2150,6 +2349,10 @@ declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
|
|
|
2150
2349
|
|
|
2151
2350
|
declare type __VLS_TemplateResult_52 = ReturnType<typeof __VLS_template_52>;
|
|
2152
2351
|
|
|
2352
|
+
declare type __VLS_TemplateResult_53 = ReturnType<typeof __VLS_template_53>;
|
|
2353
|
+
|
|
2354
|
+
declare type __VLS_TemplateResult_54 = ReturnType<typeof __VLS_template_54>;
|
|
2355
|
+
|
|
2153
2356
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
2154
2357
|
|
|
2155
2358
|
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
@@ -2446,6 +2649,18 @@ declare type __VLS_WithTemplateSlots_52<T, S> = T & {
|
|
|
2446
2649
|
};
|
|
2447
2650
|
};
|
|
2448
2651
|
|
|
2652
|
+
declare type __VLS_WithTemplateSlots_53<T, S> = T & {
|
|
2653
|
+
new (): {
|
|
2654
|
+
$slots: S;
|
|
2655
|
+
};
|
|
2656
|
+
};
|
|
2657
|
+
|
|
2658
|
+
declare type __VLS_WithTemplateSlots_54<T, S> = T & {
|
|
2659
|
+
new (): {
|
|
2660
|
+
$slots: S;
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2663
|
+
|
|
2449
2664
|
declare type __VLS_WithTemplateSlots_6<T, S> = T & {
|
|
2450
2665
|
new (): {
|
|
2451
2666
|
$slots: S;
|
|
@@ -2718,7 +2933,7 @@ declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' |
|
|
|
2718
2933
|
|
|
2719
2934
|
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"];
|
|
2720
2935
|
|
|
2721
|
-
export declare const ColorThemeProvider:
|
|
2936
|
+
export declare const ColorThemeProvider: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
2722
2937
|
|
|
2723
2938
|
export declare const Container: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
2724
2939
|
|
|
@@ -4018,6 +4233,89 @@ export declare type ModalConfirmationProps = {
|
|
|
4018
4233
|
isLoading?: boolean;
|
|
4019
4234
|
};
|
|
4020
4235
|
|
|
4236
|
+
export declare const ModalLeavePageConfirmation: DefineComponent<ModalLeavePageConfirmationProps, {
|
|
4237
|
+
close: () => void;
|
|
4238
|
+
toggle: () => void;
|
|
4239
|
+
open: () => void;
|
|
4240
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4241
|
+
cancel: () => any;
|
|
4242
|
+
confirm: () => any;
|
|
4243
|
+
}, string, PublicProps, Readonly<ModalLeavePageConfirmationProps> & Readonly<{
|
|
4244
|
+
onCancel?: (() => any) | undefined;
|
|
4245
|
+
onConfirm?: (() => any) | undefined;
|
|
4246
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4247
|
+
ModalLeavePageConfirmation: ({
|
|
4248
|
+
$: ComponentInternalInstance;
|
|
4249
|
+
$data: {};
|
|
4250
|
+
$props: {
|
|
4251
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
4252
|
+
readonly onClose?: (() => any) | undefined;
|
|
4253
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
4254
|
+
$attrs: {
|
|
4255
|
+
[x: string]: unknown;
|
|
4256
|
+
};
|
|
4257
|
+
$refs: {
|
|
4258
|
+
[x: string]: unknown;
|
|
4259
|
+
};
|
|
4260
|
+
$slots: Readonly<{
|
|
4261
|
+
[name: string]: Slot<any> | undefined;
|
|
4262
|
+
}>;
|
|
4263
|
+
$root: ComponentPublicInstance | null;
|
|
4264
|
+
$parent: ComponentPublicInstance | null;
|
|
4265
|
+
$host: Element | null;
|
|
4266
|
+
$emit: (event: "close") => void;
|
|
4267
|
+
$el: any;
|
|
4268
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
4269
|
+
onClose?: (() => any) | undefined;
|
|
4270
|
+
}>, {
|
|
4271
|
+
close: () => void;
|
|
4272
|
+
toggle: () => void;
|
|
4273
|
+
open: () => void;
|
|
4274
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4275
|
+
close: () => any;
|
|
4276
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
4277
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
4278
|
+
created?: (() => void) | (() => void)[];
|
|
4279
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
4280
|
+
mounted?: (() => void) | (() => void)[];
|
|
4281
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
4282
|
+
updated?: (() => void) | (() => void)[];
|
|
4283
|
+
activated?: (() => void) | (() => void)[];
|
|
4284
|
+
deactivated?: (() => void) | (() => void)[];
|
|
4285
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
4286
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
4287
|
+
destroyed?: (() => void) | (() => void)[];
|
|
4288
|
+
unmounted?: (() => void) | (() => void)[];
|
|
4289
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
4290
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
4291
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
4292
|
+
};
|
|
4293
|
+
$forceUpdate: () => void;
|
|
4294
|
+
$nextTick: nextTick;
|
|
4295
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
4296
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
4297
|
+
onClose?: (() => any) | undefined;
|
|
4298
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
4299
|
+
close: () => void;
|
|
4300
|
+
toggle: () => void;
|
|
4301
|
+
open: () => void;
|
|
4302
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
4303
|
+
$slots: {
|
|
4304
|
+
default?(_: {}): any;
|
|
4305
|
+
};
|
|
4306
|
+
}) | null;
|
|
4307
|
+
}, any>;
|
|
4308
|
+
|
|
4309
|
+
export declare type ModalLeavePageConfirmationEmits = {
|
|
4310
|
+
(event: 'cancel'): void;
|
|
4311
|
+
(event: 'confirm'): void;
|
|
4312
|
+
};
|
|
4313
|
+
|
|
4314
|
+
export declare type ModalLeavePageConfirmationProps = {
|
|
4315
|
+
title: string;
|
|
4316
|
+
description: string;
|
|
4317
|
+
};
|
|
4318
|
+
|
|
4021
4319
|
export declare type ModalProps = {};
|
|
4022
4320
|
|
|
4023
4321
|
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -4303,6 +4601,17 @@ export declare type PageInfoCellTableSkeletonProps = {
|
|
|
4303
4601
|
labelColor?: PageInfoCellProps['labelColor'];
|
|
4304
4602
|
};
|
|
4305
4603
|
|
|
4604
|
+
export declare const PageLeaveHandlerConfirmModal: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
4605
|
+
|
|
4606
|
+
export declare type PageLeaveHandlerProvider = {
|
|
4607
|
+
open: (params: {
|
|
4608
|
+
description: string;
|
|
4609
|
+
title: string;
|
|
4610
|
+
resolve: () => void;
|
|
4611
|
+
reject: () => void;
|
|
4612
|
+
}) => void;
|
|
4613
|
+
};
|
|
4614
|
+
|
|
4306
4615
|
export declare type PageListHeaderProps = {};
|
|
4307
4616
|
|
|
4308
4617
|
export declare const PageOverlay: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
|
|
@@ -4359,6 +4668,8 @@ declare type ResponseProps = {
|
|
|
4359
4668
|
description?: string;
|
|
4360
4669
|
};
|
|
4361
4670
|
|
|
4671
|
+
export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, __VLS_TemplateResult_52["slots"]>;
|
|
4672
|
+
|
|
4362
4673
|
export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
4363
4674
|
|
|
4364
4675
|
export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -5184,6 +5495,18 @@ export declare const useModalContext: () => {
|
|
|
5184
5495
|
close: DynamicVisibleAreaProvider;
|
|
5185
5496
|
};
|
|
5186
5497
|
|
|
5498
|
+
export declare function usePageLeaveHandler({ description, title, }: {
|
|
5499
|
+
description: string;
|
|
5500
|
+
title: string;
|
|
5501
|
+
}): {
|
|
5502
|
+
onChangeSomeData: () => void;
|
|
5503
|
+
reset: () => void;
|
|
5504
|
+
};
|
|
5505
|
+
|
|
5506
|
+
export declare function usePageLeaveHandlerInject(): PageLeaveHandlerProvider;
|
|
5507
|
+
|
|
5508
|
+
export declare function usePageLeaveHandlerProvider(config: PageLeaveHandlerProvider): void;
|
|
5509
|
+
|
|
5187
5510
|
export declare const UserRow: DefineComponent<UserRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
5188
5511
|
click: (e: Event) => any;
|
|
5189
5512
|
}, string, PublicProps, Readonly<UserRowProps> & Readonly<{
|