@mamrp/components 1.0.33 → 1.0.34

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.mts CHANGED
@@ -337,7 +337,7 @@ interface MultipleSelectChipProps<T extends OptionType> {
337
337
  * @param {string} [tooltip] - متن راهنما هنگام هاور.
338
338
  * @param {(props, option) => React.ReactNode} [renderOption] - تابعی سفارشی برای رندر آیتم‌ها در لیست.
339
339
  *
340
- * @returns {Array<{ title: string; key: string | number }>} لیستی از آیتم‌های انتخاب‌شده (نه فقط آیدی‌ها).
340
+ * @returns {Array<{ key: string | number }>} لیستی از آیتم‌های انتخاب‌شده ( فقط آیدی‌ها).
341
341
  *
342
342
  * @example
343
343
  * ```tsx
package/dist/index.d.ts CHANGED
@@ -337,7 +337,7 @@ interface MultipleSelectChipProps<T extends OptionType> {
337
337
  * @param {string} [tooltip] - متن راهنما هنگام هاور.
338
338
  * @param {(props, option) => React.ReactNode} [renderOption] - تابعی سفارشی برای رندر آیتم‌ها در لیست.
339
339
  *
340
- * @returns {Array<{ title: string; key: string | number }>} لیستی از آیتم‌های انتخاب‌شده (نه فقط آیدی‌ها).
340
+ * @returns {Array<{ key: string | number }>} لیستی از آیتم‌های انتخاب‌شده ( فقط آیدی‌ها).
341
341
  *
342
342
  * @example
343
343
  * ```tsx