@weni/unnnic-system 3.25.5 → 3.25.6

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
@@ -6203,6 +6203,14 @@ schemePin: {
6203
6203
  type: StringConstructor;
6204
6204
  default: string;
6205
6205
  };
6206
+ pendingResponse: {
6207
+ type: BooleanConstructor;
6208
+ default: boolean;
6209
+ };
6210
+ pendingResponseTooltip: {
6211
+ type: StringConstructor;
6212
+ default: string;
6213
+ };
6206
6214
  }>, {}, {
6207
6215
  isHovered: boolean;
6208
6216
  defaultTranslations: {
@@ -6354,6 +6362,14 @@ schemePin: {
6354
6362
  type: StringConstructor;
6355
6363
  default: string;
6356
6364
  };
6365
+ pendingResponse: {
6366
+ type: BooleanConstructor;
6367
+ default: boolean;
6368
+ };
6369
+ pendingResponseTooltip: {
6370
+ type: StringConstructor;
6371
+ default: string;
6372
+ };
6357
6373
  }>> & Readonly<{
6358
6374
  onClick?: ((...args: any[]) => any) | undefined;
6359
6375
  onClickPin?: ((...args: any[]) => any) | undefined;
@@ -6375,6 +6391,8 @@ projectName: string;
6375
6391
  pinned: boolean;
6376
6392
  activePin: boolean;
6377
6393
  schemePin: string;
6394
+ pendingResponse: boolean;
6395
+ pendingResponseTooltip: string;
6378
6396
  }, {}, {
6379
6397
  UserAvatar: DefineComponent<ExtractPropTypes< {
6380
6398
  active: {
@@ -6571,6 +6589,63 @@ modelValue: string | boolean;
6571
6589
  helper: string;
6572
6590
  textRight: string;
6573
6591
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6592
+ UnnnicTooltip: {
6593
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<TooltipProps> & Readonly<{
6594
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
6595
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6596
+ "click:close": (...args: any[]) => void;
6597
+ }, PublicProps, {
6598
+ text: string;
6599
+ class: string;
6600
+ side: "top" | "right" | "bottom" | "left";
6601
+ enabled: boolean;
6602
+ forceOpen: boolean;
6603
+ maxWidth: string;
6604
+ enableHtml: boolean;
6605
+ showClose: boolean;
6606
+ contentProps: Partial<TooltipContentProps>;
6607
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
6608
+ P: {};
6609
+ B: {};
6610
+ D: {};
6611
+ C: {};
6612
+ M: {};
6613
+ Defaults: {};
6614
+ }, Readonly<TooltipProps> & Readonly<{
6615
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
6616
+ }>, {}, {}, {}, {}, {
6617
+ text: string;
6618
+ class: string;
6619
+ side: "top" | "right" | "bottom" | "left";
6620
+ enabled: boolean;
6621
+ forceOpen: boolean;
6622
+ maxWidth: string;
6623
+ enableHtml: boolean;
6624
+ showClose: boolean;
6625
+ contentProps: Partial<TooltipContentProps>;
6626
+ }>;
6627
+ __isFragment?: never;
6628
+ __isTeleport?: never;
6629
+ __isSuspense?: never;
6630
+ } & ComponentOptionsBase<Readonly<TooltipProps> & Readonly<{
6631
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
6632
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6633
+ "click:close": (...args: any[]) => void;
6634
+ }, string, {
6635
+ text: string;
6636
+ class: string;
6637
+ side: "top" | "right" | "bottom" | "left";
6638
+ enabled: boolean;
6639
+ forceOpen: boolean;
6640
+ maxWidth: string;
6641
+ enableHtml: boolean;
6642
+ showClose: boolean;
6643
+ contentProps: Partial<TooltipContentProps>;
6644
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
6645
+ $slots: {
6646
+ default?(_: {}): any;
6647
+ };
6648
+ });
6574
6649
  }, {}, string, ComponentProvideOptions, true, {}, any>;
6575
6650
 
6576
6651
  export declare const unnnicChatsContact: DefineComponent<ExtractPropTypes< {
@@ -6642,6 +6717,14 @@ schemePin: {
6642
6717
  type: StringConstructor;
6643
6718
  default: string;
6644
6719
  };
6720
+ pendingResponse: {
6721
+ type: BooleanConstructor;
6722
+ default: boolean;
6723
+ };
6724
+ pendingResponseTooltip: {
6725
+ type: StringConstructor;
6726
+ default: string;
6727
+ };
6645
6728
  }>, {}, {
6646
6729
  isHovered: boolean;
6647
6730
  defaultTranslations: {
@@ -6793,6 +6876,14 @@ schemePin: {
6793
6876
  type: StringConstructor;
6794
6877
  default: string;
6795
6878
  };
6879
+ pendingResponse: {
6880
+ type: BooleanConstructor;
6881
+ default: boolean;
6882
+ };
6883
+ pendingResponseTooltip: {
6884
+ type: StringConstructor;
6885
+ default: string;
6886
+ };
6796
6887
  }>> & Readonly<{
6797
6888
  onClick?: ((...args: any[]) => any) | undefined;
6798
6889
  onClickPin?: ((...args: any[]) => any) | undefined;
@@ -6814,6 +6905,8 @@ projectName: string;
6814
6905
  pinned: boolean;
6815
6906
  activePin: boolean;
6816
6907
  schemePin: string;
6908
+ pendingResponse: boolean;
6909
+ pendingResponseTooltip: string;
6817
6910
  }, {}, {
6818
6911
  UserAvatar: DefineComponent<ExtractPropTypes< {
6819
6912
  active: {
@@ -7010,6 +7103,63 @@ modelValue: string | boolean;
7010
7103
  helper: string;
7011
7104
  textRight: string;
7012
7105
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7106
+ UnnnicTooltip: {
7107
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<TooltipProps> & Readonly<{
7108
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
7109
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7110
+ "click:close": (...args: any[]) => void;
7111
+ }, PublicProps, {
7112
+ text: string;
7113
+ class: string;
7114
+ side: "top" | "right" | "bottom" | "left";
7115
+ enabled: boolean;
7116
+ forceOpen: boolean;
7117
+ maxWidth: string;
7118
+ enableHtml: boolean;
7119
+ showClose: boolean;
7120
+ contentProps: Partial<TooltipContentProps>;
7121
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
7122
+ P: {};
7123
+ B: {};
7124
+ D: {};
7125
+ C: {};
7126
+ M: {};
7127
+ Defaults: {};
7128
+ }, Readonly<TooltipProps> & Readonly<{
7129
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
7130
+ }>, {}, {}, {}, {}, {
7131
+ text: string;
7132
+ class: string;
7133
+ side: "top" | "right" | "bottom" | "left";
7134
+ enabled: boolean;
7135
+ forceOpen: boolean;
7136
+ maxWidth: string;
7137
+ enableHtml: boolean;
7138
+ showClose: boolean;
7139
+ contentProps: Partial<TooltipContentProps>;
7140
+ }>;
7141
+ __isFragment?: never;
7142
+ __isTeleport?: never;
7143
+ __isSuspense?: never;
7144
+ } & ComponentOptionsBase<Readonly<TooltipProps> & Readonly<{
7145
+ "onClick:close"?: ((...args: any[]) => any) | undefined;
7146
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7147
+ "click:close": (...args: any[]) => void;
7148
+ }, string, {
7149
+ text: string;
7150
+ class: string;
7151
+ side: "top" | "right" | "bottom" | "left";
7152
+ enabled: boolean;
7153
+ forceOpen: boolean;
7154
+ maxWidth: string;
7155
+ enableHtml: boolean;
7156
+ showClose: boolean;
7157
+ contentProps: Partial<TooltipContentProps>;
7158
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
7159
+ $slots: {
7160
+ default?(_: {}): any;
7161
+ };
7162
+ });
7013
7163
  }, {}, string, ComponentProvideOptions, true, {}, any>;
7014
7164
 
7015
7165
  export declare const UnnnicChatsDashboardTagLive: DefineComponent< {}, {}, {
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-Cb-3tgt0.mjs";
1
+ import { h as e } from "./index-B-PMK0Fu.mjs";
2
2
  //! moment.js locale configuration
3
3
  //! locale : Portuguese (Brazil) [pt-br]
4
4
  //! author : Caio Ribeiro Pereira : https://github.com/caio-ribeiro-pereira