@weni/unnnic-system 3.9.1-alpha.2 → 3.9.1-alpha.3

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.
@@ -0,0 +1,28 @@
1
+ import { PageHeaderProps } from './types';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ tag?(_: {}): any;
6
+ actions?(_: {}): any;
7
+ tabs?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import('vue').DefineComponent<PageHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
14
+ back: () => any;
15
+ }, string, import('vue').PublicProps, Readonly<PageHeaderProps> & Readonly<{
16
+ onBack?: (() => any) | undefined;
17
+ }>, {
18
+ description: string;
19
+ hasBackButton: boolean;
20
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
28
+ //# sourceMappingURL=PageHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/PageHeader.vue"],"names":[],"mappings":"AAsDA;AAgKA,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAyBhE,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;qBAZzB,GAAG;yBACC,GAAG;sBACN,GAAG;;;;EAe5B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;qFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { default } from './PageHeader.vue';
2
+ export { default as PageHeader } from './PageHeader.vue';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export interface PageHeaderProps {
2
+ title: string;
3
+ description?: string;
4
+ hasBackButton?: boolean;
5
+ }
6
+ export interface PageHeaderEmits {
7
+ (event: 'back'): void;
8
+ }
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/PageHeader/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/DefaultTag.vue"],"names":[],"mappings":"AAeA;AA2FA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;;;;;;;AAuG/C,wBAQG"}
1
+ {"version":3,"file":"DefaultTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/DefaultTag.vue"],"names":[],"mappings":"AAeA;AAgGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;;;;;;;AAuG/C,wBAQG"}
@@ -10812,6 +10812,95 @@ export declare const unnnicToast: import('vue').DefineComponent<import('./Toast/
10812
10812
  timeout: number;
10813
10813
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10814
10814
  export declare const unnnicToastManager: import('./Toast/types').ToastCall;
10815
+ export declare const unnnicPopover: {
10816
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10817
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
10818
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10819
+ "update:open": (value: boolean) => any;
10820
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10821
+ P: {};
10822
+ B: {};
10823
+ D: {};
10824
+ C: {};
10825
+ M: {};
10826
+ Defaults: {};
10827
+ }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10828
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
10829
+ }>, {}, {}, {}, {}, {}>;
10830
+ __isFragment?: never;
10831
+ __isTeleport?: never;
10832
+ __isSuspense?: never;
10833
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10834
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
10835
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10836
+ "update:open": (value: boolean) => any;
10837
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10838
+ $slots: {
10839
+ default?(_: {}): any;
10840
+ };
10841
+ });
10842
+ export declare const unnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
10843
+ class?: import('vue').HTMLAttributes["class"];
10844
+ size?: "small" | "medium" | "large";
10845
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10846
+ escapeKeyDown: (event: KeyboardEvent) => any;
10847
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
10848
+ focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
10849
+ interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
10850
+ openAutoFocus: (event: Event) => any;
10851
+ closeAutoFocus: (event: Event) => any;
10852
+ }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
10853
+ class?: import('vue').HTMLAttributes["class"];
10854
+ size?: "small" | "medium" | "large";
10855
+ }> & Readonly<{
10856
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
10857
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
10858
+ onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
10859
+ onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
10860
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
10861
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
10862
+ }>, {
10863
+ size: "small" | "medium" | "large";
10864
+ class: import('vue').HTMLAttributes["class"];
10865
+ sideOffset: number;
10866
+ align: "start" | "end" | "center";
10867
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10868
+ export declare const unnnicPopoverTrigger: {
10869
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10870
+ P: {};
10871
+ B: {};
10872
+ D: {};
10873
+ C: {};
10874
+ M: {};
10875
+ Defaults: {};
10876
+ }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
10877
+ __isFragment?: never;
10878
+ __isTeleport?: never;
10879
+ __isSuspense?: never;
10880
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10881
+ $slots: {
10882
+ default?(_: {}): any;
10883
+ };
10884
+ });
10885
+ export declare const unnnicPopoverFooter: {
10886
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
10887
+ P: {};
10888
+ B: {};
10889
+ D: {};
10890
+ C: {};
10891
+ M: {};
10892
+ Defaults: {};
10893
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10894
+ __isFragment?: never;
10895
+ __isTeleport?: never;
10896
+ __isSuspense?: never;
10897
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10898
+ $slots: {
10899
+ default?(_: {}): any;
10900
+ };
10901
+ });
10902
+ export declare const unnnicTemplatePreview: VueComponent;
10903
+ export declare const unnnicTemplatePreviewModal: VueComponent;
10815
10904
  export declare const unnnicTabs: {
10816
10905
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
10817
10906
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
@@ -10908,95 +10997,44 @@ export declare const unnnicTabsContent: {
10908
10997
  default?(_: {}): any;
10909
10998
  };
10910
10999
  });
10911
- export declare const unnnicPopover: {
10912
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10913
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10914
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10915
- "update:open": (value: boolean) => any;
10916
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10917
- P: {};
10918
- B: {};
10919
- D: {};
10920
- C: {};
10921
- M: {};
10922
- Defaults: {};
10923
- }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10924
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10925
- }>, {}, {}, {}, {}, {}>;
10926
- __isFragment?: never;
10927
- __isTeleport?: never;
10928
- __isSuspense?: never;
10929
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
10930
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
10931
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10932
- "update:open": (value: boolean) => any;
10933
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10934
- $slots: {
10935
- default?(_: {}): any;
10936
- };
10937
- });
10938
- export declare const unnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
10939
- class?: import('vue').HTMLAttributes["class"];
10940
- size?: "small" | "medium" | "large";
10941
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10942
- escapeKeyDown: (event: KeyboardEvent) => any;
10943
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
10944
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
10945
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
10946
- openAutoFocus: (event: Event) => any;
10947
- closeAutoFocus: (event: Event) => any;
10948
- }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
10949
- class?: import('vue').HTMLAttributes["class"];
10950
- size?: "small" | "medium" | "large";
10951
- }> & Readonly<{
10952
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
10953
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
10954
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
10955
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
10956
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
10957
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
10958
- }>, {
10959
- size: "small" | "medium" | "large";
10960
- class: import('vue').HTMLAttributes["class"];
10961
- sideOffset: number;
10962
- align: "start" | "end" | "center";
10963
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10964
- export declare const unnnicPopoverTrigger: {
10965
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
10966
- P: {};
10967
- B: {};
10968
- D: {};
10969
- C: {};
10970
- M: {};
10971
- Defaults: {};
10972
- }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
10973
- __isFragment?: never;
10974
- __isTeleport?: never;
10975
- __isSuspense?: never;
10976
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10977
- $slots: {
10978
- default?(_: {}): any;
10979
- };
10980
- });
10981
- export declare const unnnicPopoverFooter: {
10982
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
11000
+ export declare const unnnicPageHeader: {
11001
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11002
+ onBack?: (() => any) | undefined;
11003
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11004
+ back: () => any;
11005
+ }, import('vue').PublicProps, {
11006
+ description: string;
11007
+ hasBackButton: boolean;
11008
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
10983
11009
  P: {};
10984
11010
  B: {};
10985
11011
  D: {};
10986
11012
  C: {};
10987
11013
  M: {};
10988
11014
  Defaults: {};
10989
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
11015
+ }, Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11016
+ onBack?: (() => any) | undefined;
11017
+ }>, {}, {}, {}, {}, {
11018
+ description: string;
11019
+ hasBackButton: boolean;
11020
+ }>;
10990
11021
  __isFragment?: never;
10991
11022
  __isTeleport?: never;
10992
11023
  __isSuspense?: never;
10993
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
11024
+ } & import('vue').ComponentOptionsBase<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
11025
+ onBack?: (() => any) | undefined;
11026
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
11027
+ back: () => any;
11028
+ }, string, {
11029
+ description: string;
11030
+ hasBackButton: boolean;
11031
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
10994
11032
  $slots: {
10995
- default?(_: {}): any;
11033
+ tag?(_: {}): any;
11034
+ actions?(_: {}): any;
11035
+ tabs?(_: {}): any;
10996
11036
  };
10997
11037
  });
10998
- export declare const unnnicTemplatePreview: VueComponent;
10999
- export declare const unnnicTemplatePreviewModal: VueComponent;
11000
11038
  export declare const UnnnicFontSize = 16;
11001
11039
  export declare const UnnnicInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
11002
11040
  placeholder: {
@@ -21728,6 +21766,95 @@ export declare const UnnnicToast: import('vue').DefineComponent<import('./Toast/
21728
21766
  timeout: number;
21729
21767
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21730
21768
  export declare const UnnnicToastManager: import('./Toast/types').ToastCall;
21769
+ export declare const UnnnicPopover: {
21770
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21771
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21772
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21773
+ "update:open": (value: boolean) => any;
21774
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21775
+ P: {};
21776
+ B: {};
21777
+ D: {};
21778
+ C: {};
21779
+ M: {};
21780
+ Defaults: {};
21781
+ }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21782
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21783
+ }>, {}, {}, {}, {}, {}>;
21784
+ __isFragment?: never;
21785
+ __isTeleport?: never;
21786
+ __isSuspense?: never;
21787
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21788
+ "onUpdate:open"?: ((value: boolean) => any) | undefined;
21789
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21790
+ "update:open": (value: boolean) => any;
21791
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21792
+ $slots: {
21793
+ default?(_: {}): any;
21794
+ };
21795
+ });
21796
+ export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
21797
+ class?: import('vue').HTMLAttributes["class"];
21798
+ size?: "small" | "medium" | "large";
21799
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21800
+ escapeKeyDown: (event: KeyboardEvent) => any;
21801
+ pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
21802
+ focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
21803
+ interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
21804
+ openAutoFocus: (event: Event) => any;
21805
+ closeAutoFocus: (event: Event) => any;
21806
+ }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
21807
+ class?: import('vue').HTMLAttributes["class"];
21808
+ size?: "small" | "medium" | "large";
21809
+ }> & Readonly<{
21810
+ onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
21811
+ onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
21812
+ onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
21813
+ onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
21814
+ onOpenAutoFocus?: ((event: Event) => any) | undefined;
21815
+ onCloseAutoFocus?: ((event: Event) => any) | undefined;
21816
+ }>, {
21817
+ size: "small" | "medium" | "large";
21818
+ class: import('vue').HTMLAttributes["class"];
21819
+ sideOffset: number;
21820
+ align: "start" | "end" | "center";
21821
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21822
+ export declare const UnnnicPopoverTrigger: {
21823
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21824
+ P: {};
21825
+ B: {};
21826
+ D: {};
21827
+ C: {};
21828
+ M: {};
21829
+ Defaults: {};
21830
+ }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
21831
+ __isFragment?: never;
21832
+ __isTeleport?: never;
21833
+ __isSuspense?: never;
21834
+ } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21835
+ $slots: {
21836
+ default?(_: {}): any;
21837
+ };
21838
+ });
21839
+ export declare const UnnnicPopoverFooter: {
21840
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
21841
+ P: {};
21842
+ B: {};
21843
+ D: {};
21844
+ C: {};
21845
+ M: {};
21846
+ Defaults: {};
21847
+ }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
21848
+ __isFragment?: never;
21849
+ __isTeleport?: never;
21850
+ __isSuspense?: never;
21851
+ } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21852
+ $slots: {
21853
+ default?(_: {}): any;
21854
+ };
21855
+ });
21856
+ export declare const UnnnicTemplatePreview: VueComponent;
21857
+ export declare const UnnnicTemplatePreviewModal: VueComponent;
21731
21858
  export declare const UnnnicTabs: {
21732
21859
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').TabsRootProps<string | number>> & Readonly<{
21733
21860
  "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
@@ -21824,94 +21951,43 @@ export declare const UnnnicTabsContent: {
21824
21951
  default?(_: {}): any;
21825
21952
  };
21826
21953
  });
21827
- export declare const UnnnicPopover: {
21828
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21829
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
21830
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21831
- "update:open": (value: boolean) => any;
21832
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21833
- P: {};
21834
- B: {};
21835
- D: {};
21836
- C: {};
21837
- M: {};
21838
- Defaults: {};
21839
- }, Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21840
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
21841
- }>, {}, {}, {}, {}, {}>;
21842
- __isFragment?: never;
21843
- __isTeleport?: never;
21844
- __isSuspense?: never;
21845
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverRootProps> & Readonly<{
21846
- "onUpdate:open"?: ((value: boolean) => any) | undefined;
21847
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21848
- "update:open": (value: boolean) => any;
21849
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21850
- $slots: {
21851
- default?(_: {}): any;
21852
- };
21853
- });
21854
- export declare const UnnnicPopoverContent: import('vue').DefineComponent<import('reka-ui').PopoverContentProps & {
21855
- class?: import('vue').HTMLAttributes["class"];
21856
- size?: "small" | "medium" | "large";
21857
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21858
- escapeKeyDown: (event: KeyboardEvent) => any;
21859
- pointerDownOutside: (event: import('reka-ui').PointerDownOutsideEvent) => any;
21860
- focusOutside: (event: import('reka-ui').FocusOutsideEvent) => any;
21861
- interactOutside: (event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any;
21862
- openAutoFocus: (event: Event) => any;
21863
- closeAutoFocus: (event: Event) => any;
21864
- }, string, import('vue').PublicProps, Readonly<import('reka-ui').PopoverContentProps & {
21865
- class?: import('vue').HTMLAttributes["class"];
21866
- size?: "small" | "medium" | "large";
21867
- }> & Readonly<{
21868
- onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
21869
- onPointerDownOutside?: ((event: import('reka-ui').PointerDownOutsideEvent) => any) | undefined;
21870
- onFocusOutside?: ((event: import('reka-ui').FocusOutsideEvent) => any) | undefined;
21871
- onInteractOutside?: ((event: import('reka-ui').PointerDownOutsideEvent | import('reka-ui').FocusOutsideEvent) => any) | undefined;
21872
- onOpenAutoFocus?: ((event: Event) => any) | undefined;
21873
- onCloseAutoFocus?: ((event: Event) => any) | undefined;
21874
- }>, {
21875
- size: "small" | "medium" | "large";
21876
- class: import('vue').HTMLAttributes["class"];
21877
- sideOffset: number;
21878
- align: "start" | "end" | "center";
21879
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21880
- export declare const UnnnicPopoverTrigger: {
21881
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
21882
- P: {};
21883
- B: {};
21884
- D: {};
21885
- C: {};
21886
- M: {};
21887
- Defaults: {};
21888
- }, Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
21889
- __isFragment?: never;
21890
- __isTeleport?: never;
21891
- __isSuspense?: never;
21892
- } & import('vue').ComponentOptionsBase<Readonly<import('reka-ui').PopoverTriggerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21893
- $slots: {
21894
- default?(_: {}): any;
21895
- };
21896
- });
21897
- export declare const UnnnicPopoverFooter: {
21898
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
21954
+ export declare const UnnnicPageHeader: {
21955
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
21956
+ onBack?: (() => any) | undefined;
21957
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21958
+ back: () => any;
21959
+ }, import('vue').PublicProps, {
21960
+ description: string;
21961
+ hasBackButton: boolean;
21962
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
21899
21963
  P: {};
21900
21964
  B: {};
21901
21965
  D: {};
21902
21966
  C: {};
21903
21967
  M: {};
21904
21968
  Defaults: {};
21905
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
21969
+ }, Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
21970
+ onBack?: (() => any) | undefined;
21971
+ }>, {}, {}, {}, {}, {
21972
+ description: string;
21973
+ hasBackButton: boolean;
21974
+ }>;
21906
21975
  __isFragment?: never;
21907
21976
  __isTeleport?: never;
21908
21977
  __isSuspense?: never;
21909
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21978
+ } & import('vue').ComponentOptionsBase<Readonly<import('./PageHeader/types').PageHeaderProps> & Readonly<{
21979
+ onBack?: (() => any) | undefined;
21980
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21981
+ back: () => any;
21982
+ }, string, {
21983
+ description: string;
21984
+ hasBackButton: boolean;
21985
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
21910
21986
  $slots: {
21911
- default?(_: {}): any;
21987
+ tag?(_: {}): any;
21988
+ actions?(_: {}): any;
21989
+ tabs?(_: {}): any;
21912
21990
  };
21913
21991
  });
21914
- export declare const UnnnicTemplatePreview: VueComponent;
21915
- export declare const UnnnicTemplatePreviewModal: VueComponent;
21916
21992
  export {};
21917
21993
  //# sourceMappingURL=index.d.ts.map