@weni/unnnic-system 3.12.6-alpha-teleports.0 → 3.12.7-alpha-teleports.0

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
@@ -19171,6 +19171,150 @@ readonly helper?: string | undefined;
19171
19171
  };
19172
19172
  });
19173
19173
 
19174
+ export declare const UnnnicRadioGroup: {
19175
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
19176
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19177
+ name: string;
19178
+ modelValue: string | number;
19179
+ state: string;
19180
+ labelUseHtmlTooltip: boolean;
19181
+ label?: string | undefined;
19182
+ helper?: string | undefined;
19183
+ labelTooltip?: string | undefined;
19184
+ $props: {
19185
+ readonly name?: string | undefined;
19186
+ readonly modelValue?: string | number | undefined;
19187
+ readonly state?: string | undefined;
19188
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19189
+ readonly label?: string | undefined;
19190
+ readonly helper?: string | undefined;
19191
+ readonly labelTooltip?: string | undefined;
19192
+ };
19193
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
19194
+ P: {};
19195
+ B: {};
19196
+ D: {};
19197
+ C: {};
19198
+ M: {};
19199
+ Defaults: {};
19200
+ }, Readonly<{}> & Readonly<{}>, {
19201
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19202
+ name: string;
19203
+ modelValue: string | number;
19204
+ state: string;
19205
+ labelUseHtmlTooltip: boolean;
19206
+ label?: string | undefined;
19207
+ helper?: string | undefined;
19208
+ labelTooltip?: string | undefined;
19209
+ $props: {
19210
+ readonly name?: string | undefined;
19211
+ readonly modelValue?: string | number | undefined;
19212
+ readonly state?: string | undefined;
19213
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19214
+ readonly label?: string | undefined;
19215
+ readonly helper?: string | undefined;
19216
+ readonly labelTooltip?: string | undefined;
19217
+ };
19218
+ }, {}, {}, {}, {}>;
19219
+ __isFragment?: never;
19220
+ __isTeleport?: never;
19221
+ __isSuspense?: never;
19222
+ } & ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
19223
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19224
+ name: string;
19225
+ modelValue: string | number;
19226
+ state: string;
19227
+ labelUseHtmlTooltip: boolean;
19228
+ label?: string | undefined;
19229
+ helper?: string | undefined;
19230
+ labelTooltip?: string | undefined;
19231
+ $props: {
19232
+ readonly name?: string | undefined;
19233
+ readonly modelValue?: string | number | undefined;
19234
+ readonly state?: string | undefined;
19235
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19236
+ readonly label?: string | undefined;
19237
+ readonly helper?: string | undefined;
19238
+ readonly labelTooltip?: string | undefined;
19239
+ };
19240
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
19241
+ $slots: {
19242
+ default?(_: {}): any;
19243
+ };
19244
+ });
19245
+
19246
+ export declare const unnnicRadioGroup: {
19247
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
19248
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19249
+ name: string;
19250
+ modelValue: string | number;
19251
+ state: string;
19252
+ labelUseHtmlTooltip: boolean;
19253
+ label?: string | undefined;
19254
+ helper?: string | undefined;
19255
+ labelTooltip?: string | undefined;
19256
+ $props: {
19257
+ readonly name?: string | undefined;
19258
+ readonly modelValue?: string | number | undefined;
19259
+ readonly state?: string | undefined;
19260
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19261
+ readonly label?: string | undefined;
19262
+ readonly helper?: string | undefined;
19263
+ readonly labelTooltip?: string | undefined;
19264
+ };
19265
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLElement, ComponentProvideOptions, {
19266
+ P: {};
19267
+ B: {};
19268
+ D: {};
19269
+ C: {};
19270
+ M: {};
19271
+ Defaults: {};
19272
+ }, Readonly<{}> & Readonly<{}>, {
19273
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19274
+ name: string;
19275
+ modelValue: string | number;
19276
+ state: string;
19277
+ labelUseHtmlTooltip: boolean;
19278
+ label?: string | undefined;
19279
+ helper?: string | undefined;
19280
+ labelTooltip?: string | undefined;
19281
+ $props: {
19282
+ readonly name?: string | undefined;
19283
+ readonly modelValue?: string | number | undefined;
19284
+ readonly state?: string | undefined;
19285
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19286
+ readonly label?: string | undefined;
19287
+ readonly helper?: string | undefined;
19288
+ readonly labelTooltip?: string | undefined;
19289
+ };
19290
+ }, {}, {}, {}, {}>;
19291
+ __isFragment?: never;
19292
+ __isTeleport?: never;
19293
+ __isSuspense?: never;
19294
+ } & ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
19295
+ $emit: (event: "update:modelValue", ...args: any[]) => void;
19296
+ name: string;
19297
+ modelValue: string | number;
19298
+ state: string;
19299
+ labelUseHtmlTooltip: boolean;
19300
+ label?: string | undefined;
19301
+ helper?: string | undefined;
19302
+ labelTooltip?: string | undefined;
19303
+ $props: {
19304
+ readonly name?: string | undefined;
19305
+ readonly modelValue?: string | number | undefined;
19306
+ readonly state?: string | undefined;
19307
+ readonly labelUseHtmlTooltip?: boolean | undefined;
19308
+ readonly label?: string | undefined;
19309
+ readonly helper?: string | undefined;
19310
+ readonly labelTooltip?: string | undefined;
19311
+ };
19312
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
19313
+ $slots: {
19314
+ default?(_: {}): any;
19315
+ };
19316
+ });
19317
+
19174
19318
  export declare const UnnnicReplyMessage: DefineComponent< {}, {
19175
19319
  $emit: (event: "close", ...args: any[]) => void;
19176
19320
  replyMessage: Record<string, any>;
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-f117a889.mjs";
1
+ import { h as e } from "./index-edacc4d7.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Portuguese (Brazil) [pt-br]