@onereach/ui-components 2.68.2 → 2.69.0-beta.2076.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 (84) hide show
  1. package/dist/bundled/v2/{OrCardCollection-a9a779ea.js → OrCardCollection-dac9fd1e.js} +1 -1
  2. package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-ff57274f.js} +1 -1
  3. package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-4b82eb59.js} +4 -4
  4. package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-e34afaee.js} +1 -1
  5. package/dist/bundled/v2/{OrSelect-759b4410.js → OrSelect-a2dbc872.js} +2 -2
  6. package/dist/bundled/v2/components/index.js +5 -5
  7. package/dist/bundled/v2/components/or-card-collection-v3/index.js +2 -2
  8. package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
  9. package/dist/bundled/v2/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +24 -0
  10. package/dist/bundled/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +103 -0
  11. package/dist/bundled/v2/components/or-empty-state-v3/index.d.ts +3 -0
  12. package/dist/bundled/v2/components/or-empty-state-v3/index.js +161 -0
  13. package/dist/bundled/v2/components/or-empty-state-v3/props.d.ts +4 -0
  14. package/dist/bundled/v2/components/or-empty-state-v3/styles.d.ts +10 -0
  15. package/dist/bundled/v2/components/or-empty-state-v3/types.d.ts +2 -0
  16. package/dist/bundled/v2/components/or-input-v3/index.js +1 -1
  17. package/dist/bundled/v2/components/or-search-v3/index.js +2 -2
  18. package/dist/bundled/v2/components/or-select-v3/index.js +2 -2
  19. package/dist/bundled/v2/index.js +6 -6
  20. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-3993a015.js → OrCardCollection.vue_vue_type_script_lang-7a07be47.js} +1 -1
  21. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-2e7fa659.js} +1 -1
  22. package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-e97211bb.js} +1 -1
  23. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-1d2a20e0.js} +1 -1
  24. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-dfadd12f.js → OrSelect.vue_vue_type_script_lang-619d6eb7.js} +1 -1
  25. package/dist/bundled/v3/components/index.js +5 -5
  26. package/dist/bundled/v3/components/or-card-collection-v3/index.js +2 -2
  27. package/dist/bundled/v3/components/or-confirm-v3/index.js +2 -2
  28. package/dist/bundled/v3/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +24 -0
  29. package/dist/bundled/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +103 -0
  30. package/dist/bundled/v3/components/or-empty-state-v3/index.d.ts +3 -0
  31. package/dist/bundled/v3/components/or-empty-state-v3/index.js +134 -0
  32. package/dist/bundled/v3/components/or-empty-state-v3/props.d.ts +4 -0
  33. package/dist/bundled/v3/components/or-empty-state-v3/styles.d.ts +10 -0
  34. package/dist/bundled/v3/components/or-empty-state-v3/types.d.ts +2 -0
  35. package/dist/bundled/v3/components/or-search-v3/index.js +2 -2
  36. package/dist/bundled/v3/components/or-select-v3/index.js +2 -2
  37. package/dist/bundled/v3/index.js +11 -11
  38. package/dist/esm/v2/{OrCardCollection-4f001551.js → OrCardCollection-e46b220e.js} +1 -1
  39. package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-74e21c56.js} +1 -1
  40. package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-b8a1627f.js} +4 -4
  41. package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-0c0d1773.js} +1 -1
  42. package/dist/esm/v2/{OrSelect-ac382aa6.js → OrSelect-acc13b49.js} +2 -2
  43. package/dist/esm/v2/components/index.js +5 -5
  44. package/dist/esm/v2/components/or-card-collection-v3/index.js +2 -2
  45. package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
  46. package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +24 -0
  47. package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +103 -0
  48. package/dist/esm/v2/components/or-empty-state-v3/index.d.ts +3 -0
  49. package/dist/esm/v2/components/or-empty-state-v3/index.js +158 -0
  50. package/dist/esm/v2/components/or-empty-state-v3/props.d.ts +4 -0
  51. package/dist/esm/v2/components/or-empty-state-v3/styles.d.ts +10 -0
  52. package/dist/esm/v2/components/or-empty-state-v3/types.d.ts +2 -0
  53. package/dist/esm/v2/components/or-input-v3/index.js +1 -1
  54. package/dist/esm/v2/components/or-search-v3/index.js +2 -2
  55. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  56. package/dist/esm/v2/index.js +5 -5
  57. package/dist/esm/v3/{OrCardCollection-5a0febaf.js → OrCardCollection-5924d035.js} +1 -1
  58. package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-a3f312a6.js} +1 -1
  59. package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-e2ac1182.js} +1 -1
  60. package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-01225d82.js} +1 -1
  61. package/dist/esm/v3/{OrSelect-fee9c099.js → OrSelect-fbf4a140.js} +2 -2
  62. package/dist/esm/v3/components/index.js +5 -5
  63. package/dist/esm/v3/components/or-card-collection-v3/index.js +2 -2
  64. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  65. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.stories3.d.ts +24 -0
  66. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +103 -0
  67. package/dist/esm/v3/components/or-empty-state-v3/index.d.ts +3 -0
  68. package/dist/esm/v3/components/or-empty-state-v3/index.js +135 -0
  69. package/dist/esm/v3/components/or-empty-state-v3/props.d.ts +4 -0
  70. package/dist/esm/v3/components/or-empty-state-v3/styles.d.ts +10 -0
  71. package/dist/esm/v3/components/or-empty-state-v3/types.d.ts +2 -0
  72. package/dist/esm/v3/components/or-input-v3/index.js +1 -1
  73. package/dist/esm/v3/components/or-search-v3/index.js +2 -2
  74. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  75. package/dist/esm/v3/index.js +5 -5
  76. package/package.json +2 -3
  77. package/src/components/or-empty-state-v3/OrEmptyState.stories3.ts +87 -0
  78. package/src/components/or-empty-state-v3/OrEmptyState.vue +116 -0
  79. package/src/components/or-empty-state-v3/index.ts +3 -0
  80. package/src/components/or-empty-state-v3/props.ts +4 -0
  81. package/src/components/or-empty-state-v3/styles.ts +72 -0
  82. package/src/components/or-empty-state-v3/types.ts +3 -0
  83. package/src/components/or-input-v3/OrInput.vue +1 -1
  84. package/src/components/or-select-v3/OrSelect.vue +1 -1
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrCard } from './OrCard-58a1ba3e.js';
3
3
  import { O as OrIconButton } from './OrIconButton-a215104c.js';
4
- import { O as OrInput } from './OrInput-8b90e08f.js';
4
+ import { O as OrInput } from './OrInput-4b82eb59.js';
5
5
  import { O as OrSortHeader } from './OrSortHeader-396e6a7c.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -3,7 +3,7 @@ import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
5
5
  import { O as OrButton, a as ButtonColor } from './OrButton-0e91a808.js';
6
- import { O as OrInput } from './OrInput-8b90e08f.js';
6
+ import { O as OrInput } from './OrInput-4b82eb59.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -301,7 +301,7 @@ var __vue_render__ = function () {
301
301
  }
302
302
  }
303
303
  }, 'input', _vm.$attrs, false)), _vm._v(" "), _c('div', {
304
- class: ['layout-row']
304
+ class: ['layout-row', 'm-[-4px] md:m-[-2px]']
305
305
  }, [_vm.type === 'password' ? [_c('OrIconButton', {
306
306
  attrs: {
307
307
  "icon": {
@@ -363,14 +363,14 @@ var __vue_staticRenderFns__ = [];
363
363
  /* style */
364
364
  const __vue_inject_styles__ = function (inject) {
365
365
  if (!inject) return;
366
- inject("data-v-677a1aa4_0", {
367
- source: "input[data-v-677a1aa4]{min-width:0;background:0 0;outline:0}input[type=number][data-v-677a1aa4]::-webkit-inner-spin-button{display:none}input[type=search][data-v-677a1aa4]::-webkit-search-cancel-button{display:none}",
366
+ inject("data-v-2f46aeca_0", {
367
+ source: "input[data-v-2f46aeca]{min-width:0;background:0 0;outline:0}input[type=number][data-v-2f46aeca]::-webkit-inner-spin-button{display:none}input[type=search][data-v-2f46aeca]::-webkit-search-cancel-button{display:none}",
368
368
  map: undefined,
369
369
  media: undefined
370
370
  });
371
371
  };
372
372
  /* scoped */
373
- const __vue_scope_id__ = "data-v-677a1aa4";
373
+ const __vue_scope_id__ = "data-v-2f46aeca";
374
374
  /* module identifier */
375
375
  const __vue_module_identifier__ = undefined;
376
376
  /* functional template */
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import { O as OrInput } from './OrInput-8b90e08f.js';
3
+ import { O as OrInput } from './OrInput-4b82eb59.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
5
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { a as InputBoxSize } from './OrInputBox-79ec54ad.js';
@@ -4,7 +4,7 @@ import { O as OrError } from './OrError-aad17598.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-995caa85.js';
5
5
  import { O as OrHint } from './OrHint-f38a1940.js';
6
6
  import { O as OrIcon } from './OrIcon-8625385f.js';
7
- import { O as OrInput } from './OrInput-8b90e08f.js';
7
+ import { O as OrInput } from './OrInput-4b82eb59.js';
8
8
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
9
9
  import { O as OrLabel } from './OrLabel-172c4b89.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-26420908.js';
@@ -370,7 +370,7 @@ var __vue_render__ = function () {
370
370
  })]] : [_c('span', {
371
371
  class: _vm.placeholderStyles
372
372
  }, [_vm._v(_vm._s(_vm.placeholder))])]], 2), _vm._v(" "), _vm.multiple && _vm.outerItems.length > 0 ? [_vm._v("\n +" + _vm._s(_vm.outerItems.length) + "\n ")] : _vm._e(), _vm._v(" "), _c('div', {
373
- class: ['layout-row']
373
+ class: ['layout-row', 'm-[-4px] md:m-[-2px]']
374
374
  }, [_c('OrIcon', {
375
375
  attrs: {
376
376
  "icon": _vm.popoverState === 'open' ? 'arrow_drop_up' : 'arrow_drop_down',
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-0e91a808.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-a9a779ea.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-dac9fd1e.js';
12
12
  export { O as OrCardV3 } from '../OrCard-58a1ba3e.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-edc7a1f5.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
20
20
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-a1a37e83.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-18c534df.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-ff57274f.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
@@ -37,7 +37,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-9ad
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
38
38
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-9c6f9044.js';
39
39
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-79ec54ad.js';
40
- export { I as InputType, O as OrInputV3 } from '../OrInput-8b90e08f.js';
40
+ export { I as InputType, O as OrInputV3 } from '../OrInput-4b82eb59.js';
41
41
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
42
42
  export { O as OrInput } from '../OrInput-08f2f666.js';
43
43
  export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
@@ -63,10 +63,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
63
63
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
64
64
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
65
65
  export { _ as OrRadioV3 } from '../OrRadio-cd39b20b.js';
66
- export { _ as OrSearchV3 } from '../OrSearch-9d402f56.js';
66
+ export { _ as OrSearchV3 } from '../OrSearch-e34afaee.js';
67
67
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
68
68
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
69
- export { _ as OrSelectV3 } from '../OrSelect-759b4410.js';
69
+ export { _ as OrSelectV3 } from '../OrSelect-a2dbc872.js';
70
70
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
71
71
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
72
72
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
@@ -1,4 +1,4 @@
1
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-a9a779ea.js';
1
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-dac9fd1e.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -17,7 +17,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
17
17
  import 'portal-vue';
18
18
  import '../../useElevation-aac032f4.js';
19
19
  import '../../useResponsive-e13dfbb0.js';
20
- import '../../OrInput-8b90e08f.js';
20
+ import '../../OrInput-4b82eb59.js';
21
21
  import '../../OrError-aad17598.js';
22
22
  import '../../OrHint-f38a1940.js';
23
23
  import '../../OrInputBox-79ec54ad.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-18c534df.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-ff57274f.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -12,7 +12,7 @@ import '../../useClassAttribute-9bf33346.js';
12
12
  import '../../useElevation-aac032f4.js';
13
13
  import '../../OrButton-0e91a808.js';
14
14
  import '../../OrLoader-6a1f937b.js';
15
- import '../../OrInput-8b90e08f.js';
15
+ import '../../OrInput-4b82eb59.js';
16
16
  import '../../OrError-aad17598.js';
17
17
  import '../../OrHint-f38a1940.js';
18
18
  import '../../OrIcon-8625385f.js';
@@ -0,0 +1,24 @@
1
+ import { Meta, StoryFn } from '@storybook/vue3';
2
+ import OrEmptyState from './OrEmptyState.vue';
3
+ declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
4
+ [x: string]: ((...args: any[]) => any) | null;
5
+ } | string[], {} & {}, {
6
+ [x: number]: string;
7
+ } | {}, true>)>;
8
+ export default _default;
9
+ export declare const Default: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
10
+ [x: string]: ((...args: any[]) => any) | null;
11
+ } | string[], {} & {}, {
12
+ [x: number]: string;
13
+ } | {}, true>)>;
14
+ export declare const ImageIcon: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
15
+ [x: string]: ((...args: any[]) => any) | null;
16
+ } | string[], {} & {}, {
17
+ [x: number]: string;
18
+ } | {}, true>)>;
19
+ export declare const LargeSize: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
20
+ [x: string]: ((...args: any[]) => any) | null;
21
+ } | string[], {} & {}, {
22
+ [x: number]: string;
23
+ } | {}, true>)>;
24
+ export declare const ExtraContentInSlot: StoryFn<typeof OrEmptyState>;
@@ -0,0 +1,103 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { EmptyStateSize } from '.';
3
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
+ root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
5
+ rootClasses: import("@vue/composition-api").ComputedRef<string[]>;
6
+ imageClasses: import("@vue/composition-api").ComputedRef<string[]>;
7
+ headingClasses: import("@vue/composition-api").ComputedRef<string[]>;
8
+ textClasses: import("@vue/composition-api").ComputedRef<string[]>;
9
+ slotClasses: import("@vue/composition-api").ComputedRef<string[]>;
10
+ }> & import("@vue/composition-api").Data, {}, {}, {
11
+ /**
12
+ * Size of the component, affects font and icon size.
13
+ * Use Large if the component takes all screen space,
14
+ * and Medium if it is a part of the complex layout.
15
+ */
16
+ size: {
17
+ type: PropType<EmptyStateSize>;
18
+ default: EmptyStateSize;
19
+ };
20
+ /**
21
+ * The heading of the empty state block.
22
+ */
23
+ heading: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ /**
28
+ * Additional text such as a hint for a user with proposed next steps.
29
+ */
30
+ text: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ /**
35
+ * Path to the image to display above the heading.
36
+ * Image height is fixed depending on `size` prop, width is undefined to preserve aspect ratio.
37
+ */
38
+ imageSrc: {
39
+ type: StringConstructor;
40
+ default: undefined;
41
+ };
42
+ }, import("@vue/composition-api").ExtractPropTypes<{
43
+ /**
44
+ * Size of the component, affects font and icon size.
45
+ * Use Large if the component takes all screen space,
46
+ * and Medium if it is a part of the complex layout.
47
+ */
48
+ size: {
49
+ type: PropType<EmptyStateSize>;
50
+ default: EmptyStateSize;
51
+ };
52
+ /**
53
+ * The heading of the empty state block.
54
+ */
55
+ heading: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ /**
60
+ * Additional text such as a hint for a user with proposed next steps.
61
+ */
62
+ text: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ /**
67
+ * Path to the image to display above the heading.
68
+ * Image height is fixed depending on `size` prop, width is undefined to preserve aspect ratio.
69
+ */
70
+ imageSrc: {
71
+ type: StringConstructor;
72
+ default: undefined;
73
+ };
74
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
75
+ size: EmptyStateSize;
76
+ heading: string;
77
+ text: string;
78
+ imageSrc: string;
79
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
80
+ root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
81
+ rootClasses: import("@vue/composition-api").ComputedRef<string[]>;
82
+ imageClasses: import("@vue/composition-api").ComputedRef<string[]>;
83
+ headingClasses: import("@vue/composition-api").ComputedRef<string[]>;
84
+ textClasses: import("@vue/composition-api").ComputedRef<string[]>;
85
+ slotClasses: import("@vue/composition-api").ComputedRef<string[]>;
86
+ }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
87
+ size: EmptyStateSize;
88
+ heading: string;
89
+ text: string;
90
+ imageSrc: string;
91
+ } & {}, {
92
+ size: EmptyStateSize;
93
+ heading: string;
94
+ text: string;
95
+ imageSrc: string;
96
+ }, true>);
97
+ /**
98
+ * The component to display when there is no content on a page,
99
+ * no records found or selected, or while the data is being loaded.
100
+ * Provides a hint to the user on what to do.
101
+ * Consists of text message, optional icon and optional loader.
102
+ */
103
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export { default as OrEmptyStateV3 } from './OrEmptyState.vue';
2
+ export * from './types';
3
+ export * from './props';
@@ -0,0 +1,161 @@
1
+ import '../../index-fa6eb4ca.js';
2
+ import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
+ import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
4
+ import 'vue';
5
+
6
+ var EmptyStateSize;
7
+ (function (EmptyStateSize) {
8
+ EmptyStateSize["L"] = "l";
9
+ EmptyStateSize["M"] = "m";
10
+ })(EmptyStateSize || (EmptyStateSize = {}));
11
+
12
+ const EmptyStateRoot = [
13
+ // Layout
14
+ 'grow', 'flex', 'flex-col', 'justify-center', 'items-center',
15
+ // Box
16
+ 'w-full',
17
+ // Sizing
18
+ 'gap-sm'];
19
+ const EmptyStateImage = [
20
+ // Sizing
21
+ 'mb-sm'];
22
+ const EmptyStateImageSizes = {
23
+ [EmptyStateSize.L]: [
24
+ // Box
25
+ 'h-3xl'],
26
+ [EmptyStateSize.M]: [
27
+ // Box
28
+ 'h-2xl']
29
+ };
30
+ const EmptyStateHeading = [
31
+ // Theme
32
+ 'theme-foreground-default', 'dark:theme-foreground-default-dark'];
33
+ const EmptyStateHeadingSizes = {
34
+ [EmptyStateSize.L]: [
35
+ // Typography
36
+ 'typography-headline-2'],
37
+ [EmptyStateSize.M]: [
38
+ // Typography
39
+ 'typography-headline-4']
40
+ };
41
+ const EmptyStateText = ['text-center',
42
+ // Theme
43
+ 'text-outline', 'dark:text-outline-dark'];
44
+ const EmptyStateContent = EmptyStateText;
45
+ const EmptyStateTextSizes = {
46
+ [EmptyStateSize.L]: [
47
+ // Typography
48
+ 'typography-body-2-regular'],
49
+ [EmptyStateSize.M]: [
50
+ // Typography
51
+ 'typography-caption-regular']
52
+ };
53
+ const EmptyStateContentSizes = EmptyStateTextSizes;
54
+
55
+ /**
56
+ * The component to display when there is no content on a page,
57
+ * no records found or selected, or while the data is being loaded.
58
+ * Provides a hint to the user on what to do.
59
+ * Consists of text message, optional icon and optional loader.
60
+ */
61
+ var script = defineComponent({
62
+ name: 'OrEmptyState',
63
+ props: {
64
+ /**
65
+ * Size of the component, affects font and icon size.
66
+ * Use Large if the component takes all screen space,
67
+ * and Medium if it is a part of the complex layout.
68
+ */
69
+ size: {
70
+ type: String,
71
+ default: EmptyStateSize.M
72
+ },
73
+ /**
74
+ * The heading of the empty state block.
75
+ */
76
+ heading: {
77
+ type: String,
78
+ default: ''
79
+ },
80
+ /**
81
+ * Additional text such as a hint for a user with proposed next steps.
82
+ */
83
+ text: {
84
+ type: String,
85
+ default: ''
86
+ },
87
+ /**
88
+ * Path to the image to display above the heading.
89
+ * Image height is fixed depending on `size` prop, width is undefined to preserve aspect ratio.
90
+ */
91
+ imageSrc: {
92
+ type: String,
93
+ default: undefined
94
+ }
95
+ },
96
+ setup(props) {
97
+ const root = ref();
98
+ const rootClasses = computed(() => ['or-empty-state', ...EmptyStateRoot]);
99
+ const imageClasses = computed(() => ['or-empty-state_image', ...EmptyStateImage, ...EmptyStateImageSizes[props.size]]);
100
+ const headingClasses = computed(() => ['or-empty-state_heading', ...EmptyStateHeading, ...EmptyStateHeadingSizes[props.size]]);
101
+ const textClasses = computed(() => ['or-empty-state_text', ...EmptyStateText, ...EmptyStateTextSizes[props.size]]);
102
+ const slotClasses = computed(() => ['or-empty-state_content', ...EmptyStateContent, ...EmptyStateContentSizes[props.size]]);
103
+ return {
104
+ root,
105
+ rootClasses,
106
+ imageClasses,
107
+ headingClasses,
108
+ textClasses,
109
+ slotClasses
110
+ };
111
+ }
112
+ });
113
+
114
+ /* script */
115
+ const __vue_script__ = script;
116
+
117
+ /* template */
118
+ var __vue_render__ = function () {
119
+ var _vm = this;
120
+ var _h = _vm.$createElement;
121
+ var _c = _vm._self._c || _h;
122
+ return _c('div', {
123
+ ref: "root",
124
+ class: _vm.rootClasses
125
+ }, [_vm.imageSrc ? _c('img', {
126
+ class: _vm.imageClasses,
127
+ attrs: {
128
+ "src": _vm.imageSrc,
129
+ "alt": ""
130
+ }
131
+ }) : _vm._e(), _vm._v(" "), _c('div', {
132
+ class: _vm.headingClasses
133
+ }, [_vm._v("\n " + _vm._s(_vm.heading) + "\n ")]), _vm._v(" "), _vm.$slots.default ? _c('div', {
134
+ class: _vm.slotClasses
135
+ }, [_vm._t("default")], 2) : _vm._e(), _vm._v(" "), _c('div', {
136
+ class: _vm.textClasses
137
+ }, [_vm._v("\n " + _vm._s(_vm.text) + "\n ")])]);
138
+ };
139
+ var __vue_staticRenderFns__ = [];
140
+
141
+ /* style */
142
+ const __vue_inject_styles__ = undefined;
143
+ /* scoped */
144
+ const __vue_scope_id__ = undefined;
145
+ /* module identifier */
146
+ const __vue_module_identifier__ = undefined;
147
+ /* functional template */
148
+ const __vue_is_functional_template__ = false;
149
+ /* style inject */
150
+
151
+ /* style inject SSR */
152
+
153
+ /* style inject shadow dom */
154
+
155
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
156
+ render: __vue_render__,
157
+ staticRenderFns: __vue_staticRenderFns__
158
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
159
+ var __vue_component__$1 = __vue_component__;
160
+
161
+ export { EmptyStateSize, __vue_component__$1 as OrEmptyStateV3 };
@@ -0,0 +1,4 @@
1
+ export declare enum EmptyStateSize {
2
+ L = "l",
3
+ M = "m"
4
+ }
@@ -0,0 +1,10 @@
1
+ import { EmptyStateSize } from './props';
2
+ export declare const EmptyStateRoot: string[];
3
+ export declare const EmptyStateImage: string[];
4
+ export declare const EmptyStateImageSizes: Record<EmptyStateSize, string[]>;
5
+ export declare const EmptyStateHeading: string[];
6
+ export declare const EmptyStateHeadingSizes: Record<EmptyStateSize, string[]>;
7
+ export declare const EmptyStateText: string[];
8
+ export declare const EmptyStateContent: string[];
9
+ export declare const EmptyStateTextSizes: Record<EmptyStateSize, string[]>;
10
+ export declare const EmptyStateContentSizes: Record<EmptyStateSize, string[]>;
@@ -0,0 +1,2 @@
1
+ import { LoaderVariant } from '../or-loader-v3';
2
+ export declare type EmptyStateLoader = boolean | LoaderVariant | undefined;
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-8b90e08f.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-4b82eb59.js';
2
2
  export { a as InputSize } from '../../OrInputBox-79ec54ad.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -1,10 +1,10 @@
1
- export { _ as OrSearchV3 } from '../../OrSearch-9d402f56.js';
1
+ export { _ as OrSearchV3 } from '../../OrSearch-e34afaee.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-79ec54ad.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '@vueuse/core';
7
- import '../../OrInput-8b90e08f.js';
7
+ import '../../OrInput-4b82eb59.js';
8
8
  import '../../OrError-aad17598.js';
9
9
  import '../../useClassAttribute-9bf33346.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-759b4410.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-a2dbc872.js';
2
2
  export { a as SelectSize } from '../../OrInputBox-79ec54ad.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,7 +12,7 @@ import '../../OrError-aad17598.js';
12
12
  import '../../OrExpansionPanel-995caa85.js';
13
13
  import '../../OrIcon-8625385f.js';
14
14
  import '../../OrHint-f38a1940.js';
15
- import '../../OrInput-8b90e08f.js';
15
+ import '../../OrInput-4b82eb59.js';
16
16
  import '../../OrIconButton-a215104c.js';
17
17
  import '../../OrTooltip-fbfa05fd.js';
18
18
  import '@vueuse/core';