@namba_one/ui-kit-2 1.0.255 → 1.0.256

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
@@ -637,6 +637,14 @@ default?(_: {}): any;
637
637
  }) | null;
638
638
  }, any>;
639
639
 
640
+ declare const __VLS_component_44: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
641
+ close: () => any;
642
+ }, string, PublicProps, Readonly<FormPageLayoutProps> & Readonly<{
643
+ onClose?: (() => any) | undefined;
644
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
645
+
646
+ declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
647
+
640
648
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
641
649
  click: (e: Event) => any;
642
650
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
@@ -802,6 +810,12 @@ declare type __VLS_Props_38 = {
802
810
  confirm: () => Promise<void> | void;
803
811
  };
804
812
 
813
+ declare type __VLS_Props_39 = {
814
+ title: string;
815
+ align?: 'center' | 'top';
816
+ description?: string;
817
+ };
818
+
805
819
  declare type __VLS_Props_4 = DropzoneProps;
806
820
 
807
821
  declare type __VLS_Props_5 = InputProps;
@@ -1756,6 +1770,28 @@ declare function __VLS_template_43(): {
1756
1770
  rootEl: any;
1757
1771
  };
1758
1772
 
1773
+ declare function __VLS_template_44(): {
1774
+ attrs: Partial<{}>;
1775
+ slots: {
1776
+ loading?(_: {}): any;
1777
+ error?(_: {}): any;
1778
+ default?(_: {}): any;
1779
+ };
1780
+ refs: {};
1781
+ rootEl: HTMLDivElement;
1782
+ };
1783
+
1784
+ declare function __VLS_template_45(): {
1785
+ attrs: Partial<{}>;
1786
+ slots: {
1787
+ top?(_: {}): any;
1788
+ description?(_: {}): any;
1789
+ default?(_: {}): any;
1790
+ };
1791
+ refs: {};
1792
+ rootEl: HTMLDivElement;
1793
+ };
1794
+
1759
1795
  declare function __VLS_template_5(): {
1760
1796
  attrs: Partial<{}>;
1761
1797
  slots: {
@@ -1879,6 +1915,10 @@ declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
1879
1915
 
1880
1916
  declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
1881
1917
 
1918
+ declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
1919
+
1920
+ declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
1921
+
1882
1922
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1883
1923
 
1884
1924
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -2117,6 +2157,18 @@ declare type __VLS_WithTemplateSlots_43<T, S> = T & {
2117
2157
  };
2118
2158
  };
2119
2159
 
2160
+ declare type __VLS_WithTemplateSlots_44<T, S> = T & {
2161
+ new (): {
2162
+ $slots: S;
2163
+ };
2164
+ };
2165
+
2166
+ declare type __VLS_WithTemplateSlots_45<T, S> = T & {
2167
+ new (): {
2168
+ $slots: S;
2169
+ };
2170
+ };
2171
+
2120
2172
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2121
2173
  new (): {
2122
2174
  $slots: S;
@@ -3123,6 +3175,19 @@ export declare const FlatTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component
3123
3175
 
3124
3176
  export declare type FlatTabsProps = {};
3125
3177
 
3178
+ export declare const FormPageLayout: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
3179
+
3180
+ export declare type FormPageLayoutEmits = {
3181
+ (event: 'close'): void;
3182
+ };
3183
+
3184
+ export declare type FormPageLayoutProps = {
3185
+ width?: ContainerProps['width'];
3186
+ title: string;
3187
+ isLoading?: boolean;
3188
+ isError?: boolean;
3189
+ };
3190
+
3126
3191
  declare function getFilterValue<T extends FilterValue>(filter: Filter, defaultValue: T['value']): T['value'];
3127
3192
 
3128
3193
  declare type GlobalConfig = {
@@ -3907,6 +3972,8 @@ declare function open_2(): void;
3907
3972
 
3908
3973
  declare function open_3(timeout?: number): void;
3909
3974
 
3975
+ export declare const PageHeader: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
3976
+
3910
3977
  export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
3911
3978
 
3912
3979
  export declare type PageInfoCellProps = {
@@ -3938,6 +4005,8 @@ export declare type PageInfoCellTableSkeletonProps = {
3938
4005
  labelColor?: PageInfoCellProps['labelColor'];
3939
4006
  };
3940
4007
 
4008
+ export declare type PageListHeaderProps = {};
4009
+
3941
4010
  export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
3942
4011
 
3943
4012
  export declare type PopoverProps = {