@onereach/ui-components 11.8.2-beta.4475.0 → 11.8.2-beta.4476.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.
Files changed (43) hide show
  1. package/dist/bundled/v2/{OrDataGrid-bf0731d6.js → OrDataGrid-4a3193e5.js} +7 -4
  2. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +5 -6
  3. package/dist/bundled/v2/components/OrDataGridV3/OrDataGrid.js +1 -1
  4. package/dist/bundled/v2/components/OrDataGridV3/index.js +1 -1
  5. package/dist/bundled/v2/components/OrDataGridV3/types.d.ts +2 -0
  6. package/dist/bundled/v2/components/index.js +1 -1
  7. package/dist/bundled/v2/index.js +2 -2
  8. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +1 -1
  9. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
  10. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +1 -1
  11. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +1 -1
  12. package/dist/bundled/v3/components/{OrCardCollectionV3-9b86b044.js → OrCardCollectionV3-0ac995e6.js} +6 -6
  13. package/dist/bundled/v3/components/OrDataGridV3/OrDataGrid.js +1 -1
  14. package/dist/bundled/v3/components/OrDataGridV3/index.js +1 -1
  15. package/dist/bundled/v3/components/OrDataGridV3/styles.js +1 -1
  16. package/dist/bundled/v3/components/OrDataGridV3/types.d.ts +2 -0
  17. package/dist/bundled/v3/components/{OrDataGridV3-5e47645f.js → OrDataGridV3-0a6dbed0.js} +7 -4
  18. package/dist/bundled/v3/components/index.js +2 -2
  19. package/dist/bundled/v3/index.js +3 -3
  20. package/dist/esm/v2/{OrCardCollection-6fd1d916.js → OrCardCollection-0cf7486c.js} +5 -6
  21. package/dist/esm/v2/{OrDataGrid-62180490.js → OrDataGrid-66c1a27b.js} +5 -2
  22. package/dist/esm/v2/{OrDataGridToolbar-22ef4afa.js → OrDataGridToolbar-dea2d5d8.js} +3 -3
  23. package/dist/esm/v2/components/index.js +3 -3
  24. package/dist/esm/v2/components/or-card-collection-v3/index.js +1 -1
  25. package/dist/esm/v2/components/or-data-grid-v3/index.js +2 -2
  26. package/dist/esm/v2/components/or-data-grid-v3/partials/index.js +1 -1
  27. package/dist/esm/v2/components/or-data-grid-v3/types.d.ts +2 -0
  28. package/dist/esm/v2/index.js +3 -3
  29. package/dist/esm/v3/{OrCardCollection-5fafab12.js → OrCardCollection-18b98fea.js} +6 -6
  30. package/dist/esm/v3/{OrDataGrid-e158bc2a.js → OrDataGrid-84145e5f.js} +5 -2
  31. package/dist/esm/v3/{OrDataGridToolbar-453f93f2.js → OrDataGridToolbar-f9e9f135.js} +3 -3
  32. package/dist/esm/v3/components/index.js +3 -3
  33. package/dist/esm/v3/components/or-card-collection-v3/index.js +1 -1
  34. package/dist/esm/v3/components/or-data-grid-v3/index.js +2 -2
  35. package/dist/esm/v3/components/or-data-grid-v3/partials/index.js +1 -1
  36. package/dist/esm/v3/components/or-data-grid-v3/types.d.ts +2 -0
  37. package/dist/esm/v3/index.js +3 -3
  38. package/package.json +1 -1
  39. package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue2.vue +6 -6
  40. package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue +6 -6
  41. package/src/components/or-data-grid-v3/OrDataGrid.vue +5 -1
  42. package/src/components/or-data-grid-v3/partials/or-data-grid-table-content-row/styles.ts +6 -6
  43. package/src/components/or-data-grid-v3/types.ts +3 -0
@@ -263,11 +263,11 @@ const DataGridTableContentRow = [
263
263
  // Theme (children)
264
264
  'children:theme-foreground-default', 'dark:children:theme-foreground-default-dark', 'children:theme-background-default', 'dark:children:theme-background-default-dark',
265
265
  // Theme (hover / children)
266
- 'children:hover:theme-background-primary-translucent-1', 'dark:children:hover:theme-background-primary-translucent-1-dark',
266
+ 'children:hover:theme-background-surface-1', 'dark:children:hover:theme-background-surface-1-dark',
267
267
  // Theme (selected / children)
268
- 'children:selected:theme-background-primary-translucent-2', 'dark:children:selected:theme-background-primary-translucent-2-dark',
268
+ 'children:selected:theme-background-surface-2', 'dark:children:selected:theme-background-surface-2-dark',
269
269
  // Theme (selected + hover / children)
270
- 'children:hover:selected:theme-background-primary-translucent-3', 'dark:children:hover:selected:theme-background-primary-translucent-3-dark'];
270
+ 'children:hover:selected:theme-background-surface-3', 'dark:children:hover:selected:theme-background-surface-3-dark'];
271
271
  const DataGridTableContentRowVariants = {
272
272
  [DataGridVariant.Standard]: [
273
273
  // Box
@@ -1137,7 +1137,10 @@ var script = defineComponent({
1137
1137
  filtering: filteringModel.value,
1138
1138
  searching: searchingModel.value,
1139
1139
  sorting: value,
1140
- paging: pagingModel.value
1140
+ paging: {
1141
+ ...pagingModel.value,
1142
+ offset: 0
1143
+ }
1141
1144
  });
1142
1145
  }
1143
1146
  });
@@ -38,13 +38,12 @@ var __vue_render__$1 = function () {
38
38
  var _c = _vm._self._c || _h;
39
39
  return _c('div', {
40
40
  class: _vm.rootStyles
41
- }, [_vm._l(_vm.items, function (item, index) {
42
- return _vm._t('item', function () {
41
+ }, [_vm._l(_vm.items, function (item) {
42
+ return _vm._t("item", function () {
43
43
  return [_vm._v("\n " + _vm._s(item.key) + "\n ")];
44
- }, {
45
- "index": index,
46
- "item": item,
47
- "mode": _vm.mode
44
+ }, null, {
45
+ item: item,
46
+ mode: _vm.mode
48
47
  });
49
48
  }), _vm._v(" "), _vm._t("viewEnd")], 2);
50
49
  };
@@ -1,2 +1,2 @@
1
- export { _ as default } from '../../OrDataGrid-bf0731d6.js';
1
+ export { _ as default } from '../../OrDataGrid-4a3193e5.js';
2
2
  import '../../normalize-component-6e8e3d80.js';
@@ -1 +1 @@
1
- export { D as DataGridVariant, _ as OrDataGridV3 } from '../../OrDataGrid-bf0731d6.js';
1
+ export { D as DataGridVariant, _ as OrDataGridV3 } from '../../OrDataGrid-4a3193e5.js';
@@ -15,6 +15,7 @@ export type DataGridColumn = {
15
15
  name: string;
16
16
  label: string;
17
17
  width?: string;
18
+ offset?: number;
18
19
  alignment?: 'start' | 'end' | 'center';
19
20
  stickiness?: 'start' | 'end';
20
21
  };
@@ -32,4 +33,5 @@ export type DataGridFeatures = {
32
33
  length: number;
33
34
  options?: number[];
34
35
  };
36
+ resizing?: boolean;
35
37
  };
@@ -44,7 +44,7 @@ export { default as OrConfirm } from './OrConfirm/OrConfirm.js';
44
44
  export { default as OrConfirmV3 } from './OrConfirmV3/OrConfirm.js';
45
45
  export { ConfirmType } from './OrConfirmV3/props.js';
46
46
  export { default as OrContextMenuV3 } from './OrContextMenuV3/OrContextMenu.js';
47
- export { D as DataGridVariant, _ as OrDataGridV3 } from '../OrDataGrid-bf0731d6.js';
47
+ export { D as DataGridVariant, _ as OrDataGridV3 } from '../OrDataGrid-4a3193e5.js';
48
48
  export { default as OrDateFormatV3 } from './OrDateFormatV3/OrDateFormat.js';
49
49
  export { default as OrDatePickerV3 } from './OrDatePickerV3/OrDatePicker.js';
50
50
  export { default as OrDateRangePickerV3 } from './OrDateRangePickerV3/OrDateRangePicker.js';