@namba_one/ui-kit-2 1.0.288 → 1.0.289

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 CHANGED
@@ -670,6 +670,74 @@ click: (e: Event) => any;
670
670
  onClick?: ((e: Event) => any) | undefined;
671
671
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
672
672
 
673
+ declare const __VLS_component_50: DefineComponent<PageOverlayProps, {
674
+ open: () => void;
675
+ close: () => void;
676
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
677
+ DynamicVisibleAreaRef: ({
678
+ $: ComponentInternalInstance;
679
+ $data: {};
680
+ $props: {
681
+ readonly isShowOverlay?: boolean | undefined;
682
+ readonly onClose?: (() => any) | undefined;
683
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
684
+ $attrs: {
685
+ [x: string]: unknown;
686
+ };
687
+ $refs: {
688
+ [x: string]: unknown;
689
+ };
690
+ $slots: Readonly<{
691
+ [name: string]: Slot<any> | undefined;
692
+ }>;
693
+ $root: ComponentPublicInstance | null;
694
+ $parent: ComponentPublicInstance | null;
695
+ $host: Element | null;
696
+ $emit: (event: "close") => void;
697
+ $el: any;
698
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
699
+ onClose?: (() => any) | undefined;
700
+ }>, {
701
+ close: () => void;
702
+ toggle: () => void;
703
+ open: () => void;
704
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
705
+ close: () => any;
706
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
707
+ beforeCreate?: (() => void) | (() => void)[];
708
+ created?: (() => void) | (() => void)[];
709
+ beforeMount?: (() => void) | (() => void)[];
710
+ mounted?: (() => void) | (() => void)[];
711
+ beforeUpdate?: (() => void) | (() => void)[];
712
+ updated?: (() => void) | (() => void)[];
713
+ activated?: (() => void) | (() => void)[];
714
+ deactivated?: (() => void) | (() => void)[];
715
+ beforeDestroy?: (() => void) | (() => void)[];
716
+ beforeUnmount?: (() => void) | (() => void)[];
717
+ destroyed?: (() => void) | (() => void)[];
718
+ unmounted?: (() => void) | (() => void)[];
719
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
720
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
721
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
722
+ };
723
+ $forceUpdate: () => void;
724
+ $nextTick: nextTick;
725
+ $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;
726
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
727
+ onClose?: (() => any) | undefined;
728
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
729
+ close: () => void;
730
+ toggle: () => void;
731
+ open: () => void;
732
+ }> & {} & ComponentCustomProperties & {} & {
733
+ $slots: {
734
+ default?(_: {}): any;
735
+ };
736
+ }) | null;
737
+ }, any>;
738
+
739
+ declare const __VLS_component_51: DefineComponent<ResponseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ResponseProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
740
+
673
741
  declare const __VLS_component_6: DefineComponent<ChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
674
742
  click: () => any;
675
743
  delete: () => any;
@@ -1858,6 +1926,85 @@ declare function __VLS_template_5(): {
1858
1926
  rootEl: any;
1859
1927
  };
1860
1928
 
1929
+ declare function __VLS_template_50(): {
1930
+ attrs: Partial<{}>;
1931
+ slots: {
1932
+ default?(_: {}): any;
1933
+ };
1934
+ refs: {
1935
+ DynamicVisibleAreaRef: ({
1936
+ $: ComponentInternalInstance;
1937
+ $data: {};
1938
+ $props: {
1939
+ readonly isShowOverlay?: boolean | undefined;
1940
+ readonly onClose?: (() => any) | undefined;
1941
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1942
+ $attrs: {
1943
+ [x: string]: unknown;
1944
+ };
1945
+ $refs: {
1946
+ [x: string]: unknown;
1947
+ };
1948
+ $slots: Readonly<{
1949
+ [name: string]: Slot<any> | undefined;
1950
+ }>;
1951
+ $root: ComponentPublicInstance | null;
1952
+ $parent: ComponentPublicInstance | null;
1953
+ $host: Element | null;
1954
+ $emit: (event: "close") => void;
1955
+ $el: any;
1956
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
1957
+ onClose?: (() => any) | undefined;
1958
+ }>, {
1959
+ close: () => void;
1960
+ toggle: () => void;
1961
+ open: () => void;
1962
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1963
+ close: () => any;
1964
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1965
+ beforeCreate?: (() => void) | (() => void)[];
1966
+ created?: (() => void) | (() => void)[];
1967
+ beforeMount?: (() => void) | (() => void)[];
1968
+ mounted?: (() => void) | (() => void)[];
1969
+ beforeUpdate?: (() => void) | (() => void)[];
1970
+ updated?: (() => void) | (() => void)[];
1971
+ activated?: (() => void) | (() => void)[];
1972
+ deactivated?: (() => void) | (() => void)[];
1973
+ beforeDestroy?: (() => void) | (() => void)[];
1974
+ beforeUnmount?: (() => void) | (() => void)[];
1975
+ destroyed?: (() => void) | (() => void)[];
1976
+ unmounted?: (() => void) | (() => void)[];
1977
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1978
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1979
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1980
+ };
1981
+ $forceUpdate: () => void;
1982
+ $nextTick: nextTick;
1983
+ $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;
1984
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
1985
+ onClose?: (() => any) | undefined;
1986
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
1987
+ close: () => void;
1988
+ toggle: () => void;
1989
+ open: () => void;
1990
+ }> & {} & ComponentCustomProperties & {} & {
1991
+ $slots: {
1992
+ default?(_: {}): any;
1993
+ };
1994
+ }) | null;
1995
+ };
1996
+ rootEl: any;
1997
+ };
1998
+
1999
+ declare function __VLS_template_51(): {
2000
+ attrs: Partial<{}>;
2001
+ slots: {
2002
+ default?(_: {}): any;
2003
+ };
2004
+ refs: {};
2005
+ rootEl: HTMLElement;
2006
+ };
2007
+
1861
2008
  declare function __VLS_template_6(): {
1862
2009
  attrs: Partial<{}>;
1863
2010
  slots: {
@@ -1986,6 +2133,10 @@ declare type __VLS_TemplateResult_49 = ReturnType<typeof __VLS_template_49>;
1986
2133
 
1987
2134
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1988
2135
 
2136
+ declare type __VLS_TemplateResult_50 = ReturnType<typeof __VLS_template_50>;
2137
+
2138
+ declare type __VLS_TemplateResult_51 = ReturnType<typeof __VLS_template_51>;
2139
+
1989
2140
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
1990
2141
 
1991
2142
  declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
@@ -2264,6 +2415,18 @@ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2264
2415
  };
2265
2416
  };
2266
2417
 
2418
+ declare type __VLS_WithTemplateSlots_50<T, S> = T & {
2419
+ new (): {
2420
+ $slots: S;
2421
+ };
2422
+ };
2423
+
2424
+ declare type __VLS_WithTemplateSlots_51<T, S> = T & {
2425
+ new (): {
2426
+ $slots: S;
2427
+ };
2428
+ };
2429
+
2267
2430
  declare type __VLS_WithTemplateSlots_6<T, S> = T & {
2268
2431
  new (): {
2269
2432
  $slots: S;
@@ -3423,6 +3586,11 @@ export declare const isDatepickerFilterValue: (data: {
3423
3586
  value: DatepickerFilterValue;
3424
3587
  };
3425
3588
 
3589
+ declare type LayoutProps = {
3590
+ onClose?: () => void;
3591
+ view?: 'base' | 'secondary';
3592
+ };
3593
+
3426
3594
  export declare const Link: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
3427
3595
 
3428
3596
  export declare type LinkEmits = {
@@ -4116,6 +4284,13 @@ export declare type PageInfoCellTableSkeletonProps = {
4116
4284
 
4117
4285
  export declare type PageListHeaderProps = {};
4118
4286
 
4287
+ export declare const PageOverlay: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, __VLS_TemplateResult_50["slots"]>;
4288
+
4289
+ export declare type PageOverlayProps = {
4290
+ onClose?: () => void;
4291
+ view?: LayoutProps['view'];
4292
+ };
4293
+
4119
4294
  export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
4120
4295
 
4121
4296
  export declare type PopoverProps = {
@@ -4141,6 +4316,9 @@ declare interface Props {
4141
4316
  hasHeightDelay?: boolean;
4142
4317
  }
4143
4318
 
4319
+ declare const Response_2: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, __VLS_TemplateResult_51["slots"]>;
4320
+ export { Response_2 as Response }
4321
+
4144
4322
  export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
4145
4323
 
4146
4324
  declare type ResponseBaseProps = {
@@ -4150,6 +4328,15 @@ declare type ResponseBaseProps = {
4150
4328
  description?: string;
4151
4329
  };
4152
4330
 
4331
+ declare type ResponseProps = {
4332
+ href?: string;
4333
+ buttonText?: string;
4334
+ icon?: IconName;
4335
+ iconColor?: IconBaseProps['color'];
4336
+ title: string;
4337
+ description?: string;
4338
+ };
4339
+
4153
4340
  export declare const Section: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
4154
4341
 
4155
4342
  export declare const Select: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {