cleek 2.10.61 → 2.10.63
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/main.cjs.js +1 -1
- package/dist/main.es.js +279 -278
- package/dist/types/cleek-options/cleek-options.store.d.ts +13 -1
- package/package.json +1 -1
|
@@ -118,6 +118,10 @@ export declare const useCleekOptionsStore: import('pinia').StoreDefinition<"clee
|
|
|
118
118
|
backgroundColor: import('./cleek-options.types').Color;
|
|
119
119
|
textColor: import('./cleek-options.types').Color;
|
|
120
120
|
}>;
|
|
121
|
+
chipOptions: import('vue').ComputedRef<{
|
|
122
|
+
type: import('./cleek-options.types').ChipType;
|
|
123
|
+
layout: import('./cleek-options.types').Layout;
|
|
124
|
+
}>;
|
|
121
125
|
divOptions: import('vue').ComputedRef<{
|
|
122
126
|
gap: 0;
|
|
123
127
|
}>;
|
|
@@ -266,6 +270,10 @@ export declare const useCleekOptionsStore: import('pinia').StoreDefinition<"clee
|
|
|
266
270
|
backgroundColor: import('./cleek-options.types').Color;
|
|
267
271
|
textColor: import('./cleek-options.types').Color;
|
|
268
272
|
}>;
|
|
273
|
+
chipOptions: import('vue').ComputedRef<{
|
|
274
|
+
type: import('./cleek-options.types').ChipType;
|
|
275
|
+
layout: import('./cleek-options.types').Layout;
|
|
276
|
+
}>;
|
|
269
277
|
divOptions: import('vue').ComputedRef<{
|
|
270
278
|
gap: 0;
|
|
271
279
|
}>;
|
|
@@ -294,7 +302,7 @@ export declare const useCleekOptionsStore: import('pinia').StoreDefinition<"clee
|
|
|
294
302
|
headerTextColor?: import('./cleek-options.types').Color;
|
|
295
303
|
headerBackgroundColor?: import('./cleek-options.types').Color;
|
|
296
304
|
}>;
|
|
297
|
-
}, "colorsOptions" | "stylesOptions" | "buttonOptions" | "divOptions" | "imgOptions" | "popupOptions" | "selectOptions" | "tableOptions">, Pick<{
|
|
305
|
+
}, "colorsOptions" | "stylesOptions" | "buttonOptions" | "chipOptions" | "divOptions" | "imgOptions" | "popupOptions" | "selectOptions" | "tableOptions">, Pick<{
|
|
298
306
|
cleekOptions: import('vue').Ref<{
|
|
299
307
|
lang: import('./cleek-options.types').Lang;
|
|
300
308
|
darkMode: boolean;
|
|
@@ -414,6 +422,10 @@ export declare const useCleekOptionsStore: import('pinia').StoreDefinition<"clee
|
|
|
414
422
|
backgroundColor: import('./cleek-options.types').Color;
|
|
415
423
|
textColor: import('./cleek-options.types').Color;
|
|
416
424
|
}>;
|
|
425
|
+
chipOptions: import('vue').ComputedRef<{
|
|
426
|
+
type: import('./cleek-options.types').ChipType;
|
|
427
|
+
layout: import('./cleek-options.types').Layout;
|
|
428
|
+
}>;
|
|
417
429
|
divOptions: import('vue').ComputedRef<{
|
|
418
430
|
gap: 0;
|
|
419
431
|
}>;
|