@onereach/ui-components 2.69.5-beta.2146.0 → 2.69.5
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/bundled/v2/{OrCardCollection-f622df47.js → OrCardCollection-c4209a92.js} +13 -9
- package/dist/bundled/v2/{OrCode-fc6876ec.js → OrCode-edc7a1f5.js} +17 -56
- package/dist/bundled/v2/{OrSearch-a11b3621.js → OrSearch-76b002cf.js} +1 -1
- package/dist/bundled/v2/components/index.js +3 -3
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
- package/dist/bundled/v2/components/or-card-collection-v3/index.js +2 -2
- package/dist/bundled/v2/components/or-code/index.js +1 -1
- package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v2/components/or-search-v3/index.js +1 -1
- package/dist/bundled/v2/index.js +4 -4
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-15645a65.js → OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js} +10 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-c55de81d.js → OrCode.vue_vue_type_script_lang-ef5e7f04.js} +14 -53
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-0ae8a6dd.js → OrSearch.vue_vue_type_script_lang-014ad470.js} +1 -1
- package/dist/bundled/v3/components/index.js +3 -3
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
- package/dist/bundled/v3/components/or-card-collection-v3/index.js +2 -2
- package/dist/bundled/v3/components/or-code/index.js +1 -1
- package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/bundled/v3/components/or-search-v3/index.js +1 -1
- package/dist/bundled/v3/index.js +10 -9
- package/dist/esm/v2/{OrCardCollection-43aa4a3c.js → OrCardCollection-57d11adf.js} +13 -9
- package/dist/esm/v2/{OrCode-d4400b42.js → OrCode-41dd5f9b.js} +4 -6
- package/dist/esm/v2/{OrSearch-62d91301.js → OrSearch-2f260b09.js} +1 -1
- package/dist/esm/v2/components/index.js +3 -5
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
- package/dist/esm/v2/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v2/components/or-code/index.js +1 -3
- package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +1 -1
- package/dist/esm/v2/index.js +3 -5
- package/dist/esm/v3/{OrCardCollection-6b5e6b76.js → OrCardCollection-2a6514f3.js} +14 -5
- package/dist/esm/v3/{OrCode-5ed69c23.js → OrCode-ee19a5e6.js} +1 -3
- package/dist/esm/v3/{OrSearch-aafb93b4.js → OrSearch-e5a2e93e.js} +1 -1
- package/dist/esm/v3/components/index.js +3 -5
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +5 -0
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -0
- package/dist/esm/v3/components/or-card-collection-v3/index.js +2 -2
- package/dist/esm/v3/components/or-code/index.js +1 -3
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +1 -1
- package/dist/esm/v3/index.js +3 -5
- package/package.json +3 -3
- package/src/components/or-card-collection-v3/OrCardCollection.stories3.ts +16 -0
- package/src/components/or-card-collection-v3/OrCardCollection.vue +13 -1
- package/src/components/or-card-collection-v3/styles.ts +3 -1
- package/src/components/or-code/OrCode.vue +1 -3
- package/src/components/or-search-v3/OrSearch.stories3.ts +1 -1
- package/src/components/or-search-v3/OrSearch.vue +1 -1
|
@@ -6,7 +6,7 @@ import { O as OrButton } from './OrButton-4b99c680.js';
|
|
|
6
6
|
import { O as OrMenu } from './OrMenu-fa47c888.js';
|
|
7
7
|
import { O as OrMenuItem } from './OrMenuItem-26420908.js';
|
|
8
8
|
import { O as OrIcon } from './OrIcon-8625385f.js';
|
|
9
|
-
import { O as OrSearch } from './OrSearch-
|
|
9
|
+
import { O as OrSearch } from './OrSearch-76b002cf.js';
|
|
10
10
|
import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
|
|
11
11
|
|
|
12
12
|
const CardCollectionRoot = [
|
|
@@ -35,7 +35,7 @@ const CardCollectionContentViews = {
|
|
|
35
35
|
'grid': [
|
|
36
36
|
// Layout
|
|
37
37
|
'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
|
|
38
|
-
'list': []
|
|
38
|
+
'list': ['grid-cols-1']
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
var script$1 = defineComponent({
|
|
@@ -150,6 +150,14 @@ var script = defineComponent({
|
|
|
150
150
|
search: {
|
|
151
151
|
type: String,
|
|
152
152
|
default: ''
|
|
153
|
+
},
|
|
154
|
+
searchPlaceholder: {
|
|
155
|
+
type: String,
|
|
156
|
+
default: undefined
|
|
157
|
+
},
|
|
158
|
+
searchDebounce: {
|
|
159
|
+
type: Number,
|
|
160
|
+
default: undefined
|
|
153
161
|
}
|
|
154
162
|
},
|
|
155
163
|
emits: ['viewChange', 'sortChange', 'searchChange'],
|
|
@@ -268,17 +276,13 @@ var __vue_render__ = function () {
|
|
|
268
276
|
}, [_c('OrSearch', {
|
|
269
277
|
staticClass: "md:w-[350px]",
|
|
270
278
|
attrs: {
|
|
279
|
+
"model-value": _vm.proxySearch,
|
|
280
|
+
"placeholder": _vm.searchPlaceholder,
|
|
281
|
+
"debounce": _vm.searchDebounce,
|
|
271
282
|
"size": "s"
|
|
272
283
|
},
|
|
273
284
|
on: {
|
|
274
285
|
"search": _vm.handleSearch
|
|
275
|
-
},
|
|
276
|
-
model: {
|
|
277
|
-
value: _vm.proxySearch,
|
|
278
|
-
callback: function ($$v) {
|
|
279
|
-
_vm.proxySearch = $$v;
|
|
280
|
-
},
|
|
281
|
-
expression: "proxySearch"
|
|
282
286
|
}
|
|
283
287
|
}), _vm._v(" "), _c('div', {
|
|
284
288
|
staticClass: "layout-row gap-sm"
|
|
@@ -17853,11 +17853,7 @@ Comment or uncomment the current selection. Will use line comments
|
|
|
17853
17853
|
if available, otherwise falling back to block comments.
|
|
17854
17854
|
*/
|
|
17855
17855
|
const toggleComment = target => {
|
|
17856
|
-
let
|
|
17857
|
-
state
|
|
17858
|
-
} = target,
|
|
17859
|
-
line = state.doc.lineAt(state.selection.main.head),
|
|
17860
|
-
config = getConfig(target.state, line.from);
|
|
17856
|
+
let config = getConfig(target.state);
|
|
17861
17857
|
return config.line ? toggleLineComment(target) : config.block ? toggleBlockCommentByLine(target) : false;
|
|
17862
17858
|
};
|
|
17863
17859
|
function command(f, option) {
|
|
@@ -17891,7 +17887,7 @@ Comment or uncomment the lines around the current selection using
|
|
|
17891
17887
|
block comments.
|
|
17892
17888
|
*/
|
|
17893
17889
|
const toggleBlockCommentByLine = /*@__PURE__*/command((o, s) => changeBlockComment(o, s, selectedLineRanges(s)), 0 /* CommentOption.Toggle */);
|
|
17894
|
-
function getConfig(state, pos) {
|
|
17890
|
+
function getConfig(state, pos = state.selection.main.head) {
|
|
17895
17891
|
let data = state.languageDataAt("commentTokens", pos);
|
|
17896
17892
|
return data.length ? data[0] : {};
|
|
17897
17893
|
}
|
|
@@ -18013,7 +18009,7 @@ function changeLineComment(option, state, ranges = state.selection.ranges) {
|
|
|
18013
18009
|
let line = state.doc.lineAt(pos);
|
|
18014
18010
|
if (line.from > prevLine && (from == to || to > line.from)) {
|
|
18015
18011
|
prevLine = line.from;
|
|
18016
|
-
let token = getConfig(state,
|
|
18012
|
+
let token = getConfig(state, pos).line;
|
|
18017
18013
|
if (!token) continue;
|
|
18018
18014
|
let indent = /^\s*/.exec(line.text)[0].length;
|
|
18019
18015
|
let empty = indent == line.length;
|
|
@@ -18510,48 +18506,24 @@ const cursorLineUp = view => cursorByLine(view, false);
|
|
|
18510
18506
|
Move the selection one line down.
|
|
18511
18507
|
*/
|
|
18512
18508
|
const cursorLineDown = view => cursorByLine(view, true);
|
|
18513
|
-
function
|
|
18514
|
-
|
|
18515
|
-
let marginTop = 0,
|
|
18516
|
-
marginBottom = 0,
|
|
18517
|
-
height;
|
|
18518
|
-
if (selfScroll) {
|
|
18519
|
-
for (let source of view.state.facet(EditorView.scrollMargins)) {
|
|
18520
|
-
let margins = source(view);
|
|
18521
|
-
if (margins === null || margins === void 0 ? void 0 : margins.top) marginTop = Math.max(margins === null || margins === void 0 ? void 0 : margins.top, marginTop);
|
|
18522
|
-
if (margins === null || margins === void 0 ? void 0 : margins.bottom) marginBottom = Math.max(margins === null || margins === void 0 ? void 0 : margins.bottom, marginBottom);
|
|
18523
|
-
}
|
|
18524
|
-
height = view.scrollDOM.clientHeight - marginTop - marginBottom;
|
|
18525
|
-
} else {
|
|
18526
|
-
height = (view.dom.ownerDocument.defaultView || window).innerHeight;
|
|
18527
|
-
}
|
|
18528
|
-
return {
|
|
18529
|
-
marginTop,
|
|
18530
|
-
marginBottom,
|
|
18531
|
-
selfScroll,
|
|
18532
|
-
height: Math.max(view.defaultLineHeight, height - 5)
|
|
18533
|
-
};
|
|
18509
|
+
function pageHeight(view) {
|
|
18510
|
+
return Math.max(view.defaultLineHeight, Math.min(view.dom.clientHeight, innerHeight) - 5);
|
|
18534
18511
|
}
|
|
18535
18512
|
function cursorByPage(view, forward) {
|
|
18536
|
-
let page = pageInfo(view);
|
|
18537
18513
|
let {
|
|
18538
18514
|
state
|
|
18539
18515
|
} = view,
|
|
18540
18516
|
selection = updateSel(state.selection, range => {
|
|
18541
|
-
return range.empty ? view.moveVertically(range, forward,
|
|
18517
|
+
return range.empty ? view.moveVertically(range, forward, pageHeight(view)) : rangeEnd(range, forward);
|
|
18542
18518
|
});
|
|
18543
18519
|
if (selection.eq(state.selection)) return false;
|
|
18520
|
+
let startPos = view.coordsAtPos(state.selection.main.head);
|
|
18521
|
+
let scrollRect = view.scrollDOM.getBoundingClientRect();
|
|
18544
18522
|
let effect;
|
|
18545
|
-
if (
|
|
18546
|
-
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
scrollBottom = scrollRect.bottom - page.marginBottom;
|
|
18550
|
-
if (startPos && startPos.top > scrollTop && startPos.bottom < scrollBottom) effect = EditorView.scrollIntoView(selection.main.head, {
|
|
18551
|
-
y: "start",
|
|
18552
|
-
yMargin: startPos.top - scrollTop
|
|
18553
|
-
});
|
|
18554
|
-
}
|
|
18523
|
+
if (startPos && startPos.top > scrollRect.top && startPos.bottom < scrollRect.bottom && startPos.top - scrollRect.top <= view.scrollDOM.scrollHeight - view.scrollDOM.scrollTop - view.scrollDOM.clientHeight) effect = EditorView.scrollIntoView(selection.main.head, {
|
|
18524
|
+
y: "start",
|
|
18525
|
+
yMargin: startPos.top - scrollRect.top
|
|
18526
|
+
});
|
|
18555
18527
|
view.dispatch(setSel(state, selection), {
|
|
18556
18528
|
effects: effect
|
|
18557
18529
|
});
|
|
@@ -18677,7 +18649,7 @@ Move the selection head one line down.
|
|
|
18677
18649
|
*/
|
|
18678
18650
|
const selectLineDown = view => selectByLine(view, true);
|
|
18679
18651
|
function selectByPage(view, forward) {
|
|
18680
|
-
return extendSel(view, range => view.moveVertically(range, forward,
|
|
18652
|
+
return extendSel(view, range => view.moveVertically(range, forward, pageHeight(view)));
|
|
18681
18653
|
}
|
|
18682
18654
|
/**
|
|
18683
18655
|
Move the selection head one page up.
|
|
@@ -19612,17 +19584,6 @@ const defaultKeymap = /*@__PURE__*/[{
|
|
|
19612
19584
|
key: "Alt-A",
|
|
19613
19585
|
run: toggleBlockComment
|
|
19614
19586
|
}].concat(standardKeymap);
|
|
19615
|
-
/**
|
|
19616
|
-
A binding that binds Tab to [`indentMore`](https://codemirror.net/6/docs/ref/#commands.indentMore) and
|
|
19617
|
-
Shift-Tab to [`indentLess`](https://codemirror.net/6/docs/ref/#commands.indentLess).
|
|
19618
|
-
Please see the [Tab example](../../examples/tab/) before using
|
|
19619
|
-
this.
|
|
19620
|
-
*/
|
|
19621
|
-
const indentWithTab = {
|
|
19622
|
-
key: "Tab",
|
|
19623
|
-
run: indentMore,
|
|
19624
|
-
shift: indentLess
|
|
19625
|
-
};
|
|
19626
19587
|
|
|
19627
19588
|
function crelt() {
|
|
19628
19589
|
var elt = arguments[0];
|
|
@@ -29543,7 +29504,7 @@ var script = defineComponent({
|
|
|
29543
29504
|
}
|
|
29544
29505
|
}),
|
|
29545
29506
|
// line wrapping
|
|
29546
|
-
lineWrapping ? EditorView.lineWrapping : undefined
|
|
29507
|
+
lineWrapping ? EditorView.lineWrapping : undefined]);
|
|
29547
29508
|
// Append Extensions (such as basic-setup)
|
|
29548
29509
|
if (this.extensions.length !== 0) _.merge(ext, this.extensions);
|
|
29549
29510
|
return ext;
|
|
@@ -29706,14 +29667,14 @@ var __vue_staticRenderFns__ = [];
|
|
|
29706
29667
|
/* style */
|
|
29707
29668
|
const __vue_inject_styles__ = function (inject) {
|
|
29708
29669
|
if (!inject) return;
|
|
29709
|
-
inject("data-v-
|
|
29710
|
-
source: "@keyframes spinAround-data-v-
|
|
29670
|
+
inject("data-v-2a2e4862_0", {
|
|
29671
|
+
source: "@keyframes spinAround-data-v-2a2e4862{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-2a2e4862{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-2a2e4862]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-2a2e4862]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-2a2e4862],.or-code .footer .or-code-hint[data-v-2a2e4862]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-2a2e4862]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-2a2e4862]{margin-left:auto}.header .actions[data-v-2a2e4862]:not(.is-visible){display:none}.or-code-editor[data-v-2a2e4862]{min-height:calc(1.4em + 8px);overflow:auto;font-size:var(--fs-0);border:1px solid var(--c-neutral-2);border-radius:var(--s-2)}.or-code-editor.is-invalid[data-v-2a2e4862]{border-color:var(--c-error)}.or-code-editor[data-v-2a2e4862]> *{width:100%;height:100%}.or-code[data-v-2a2e4862],.or-modal[data-v-2a2e4862] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-2a2e4862],.or-modal[data-v-2a2e4862] .content .or-code-editor{flex-grow:1;text-align:left!important}",
|
|
29711
29672
|
map: undefined,
|
|
29712
29673
|
media: undefined
|
|
29713
29674
|
});
|
|
29714
29675
|
};
|
|
29715
29676
|
/* scoped */
|
|
29716
|
-
const __vue_scope_id__ = "data-v-
|
|
29677
|
+
const __vue_scope_id__ = "data-v-2a2e4862";
|
|
29717
29678
|
/* module identifier */
|
|
29718
29679
|
const __vue_module_identifier__ = undefined;
|
|
29719
29680
|
/* functional template */
|
|
@@ -8,14 +8,14 @@ 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-4b99c680.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 { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-c4209a92.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
|
|
13
13
|
export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
|
|
14
14
|
export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
|
|
15
15
|
export { O as OrCheckboxV3 } from '../OrCheckbox-dbef9f9a.js';
|
|
16
16
|
export { O as OrChip } from '../OrChip-000fe7b5.js';
|
|
17
17
|
export { _ as OrChips } from '../OrChips-890b8476.js';
|
|
18
|
-
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-
|
|
18
|
+
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';
|
|
@@ -63,7 +63,7 @@ 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 { O as OrSearchV3 } from '../OrSearch-
|
|
66
|
+
export { O as OrSearchV3 } from '../OrSearch-76b002cf.js';
|
|
67
67
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
|
|
68
68
|
export { _ as OrSelect } from '../OrSelect-a23d4210.js';
|
|
69
69
|
export { _ as OrSelectV3 } from '../OrSelect-b20a9be0.js';
|
|
@@ -20,3 +20,8 @@ export declare const OverrideViewContainer: StoryFn<typeof OrCardCollection>;
|
|
|
20
20
|
export declare const ExtraViewMode: StoryFn<typeof OrCardCollection>;
|
|
21
21
|
export declare const WithLink: StoryFn<typeof OrCardCollection>;
|
|
22
22
|
export declare const EmptySearchResults: StoryFn<typeof OrCardCollection>;
|
|
23
|
+
export declare const CustomizeSearch: 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, {
|
|
24
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
25
|
+
} | string[], {} & {}, {
|
|
26
|
+
[x: number]: string;
|
|
27
|
+
} | {}, true>)>;
|
|
@@ -47,6 +47,14 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
47
47
|
type: StringConstructor;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
+
searchPlaceholder: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
searchDebounce: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
50
58
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
51
59
|
items: {
|
|
52
60
|
type: PropType<CardCollectionItem[]>;
|
|
@@ -72,6 +80,14 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
72
80
|
type: StringConstructor;
|
|
73
81
|
default: string;
|
|
74
82
|
};
|
|
83
|
+
searchPlaceholder: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: undefined;
|
|
86
|
+
};
|
|
87
|
+
searchDebounce: {
|
|
88
|
+
type: NumberConstructor;
|
|
89
|
+
default: undefined;
|
|
90
|
+
};
|
|
75
91
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
76
92
|
search: string;
|
|
77
93
|
sort: string;
|
|
@@ -79,6 +95,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
79
95
|
view: string;
|
|
80
96
|
viewModes: ViewMode[];
|
|
81
97
|
sortOptions: SortOption[];
|
|
98
|
+
searchPlaceholder: string;
|
|
99
|
+
searchDebounce: number;
|
|
82
100
|
} & {} & {
|
|
83
101
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
84
102
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -110,6 +128,8 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
110
128
|
view: string;
|
|
111
129
|
viewModes: ViewMode[];
|
|
112
130
|
sortOptions: SortOption[];
|
|
131
|
+
searchPlaceholder: string;
|
|
132
|
+
searchDebounce: number;
|
|
113
133
|
} & {} & {
|
|
114
134
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
115
135
|
}, {
|
|
@@ -119,5 +139,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
119
139
|
view: string;
|
|
120
140
|
viewModes: ViewMode[];
|
|
121
141
|
sortOptions: SortOption[];
|
|
142
|
+
searchPlaceholder: string;
|
|
143
|
+
searchDebounce: number;
|
|
122
144
|
}, true>);
|
|
123
145
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-c4209a92.js';
|
|
2
2
|
import '../../index-fa6eb4ca.js';
|
|
3
3
|
import 'vue';
|
|
4
4
|
import '@vue/composition-api/dist/vue-composition-api.mjs';
|
|
@@ -20,7 +20,7 @@ import '../../OrButton-4b99c680.js';
|
|
|
20
20
|
import '../../OrLoader-6a1f937b.js';
|
|
21
21
|
import '../../OrMenu-fa47c888.js';
|
|
22
22
|
import '../../OrMenuItem-26420908.js';
|
|
23
|
-
import '../../OrSearch-
|
|
23
|
+
import '../../OrSearch-76b002cf.js';
|
|
24
24
|
import '../../OrInput-8b90e08f.js';
|
|
25
25
|
import '../../OrError-aad17598.js';
|
|
26
26
|
import '../../OrHint-f38a1940.js';
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
22
22
|
};
|
|
23
23
|
placeholder: {
|
|
24
24
|
type: StringConstructor;
|
|
25
|
-
default:
|
|
25
|
+
default: string;
|
|
26
26
|
};
|
|
27
27
|
debounce: {
|
|
28
28
|
type: NumberConstructor;
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
48
48
|
};
|
|
49
49
|
placeholder: {
|
|
50
50
|
type: StringConstructor;
|
|
51
|
-
default:
|
|
51
|
+
default: string;
|
|
52
52
|
};
|
|
53
53
|
debounce: {
|
|
54
54
|
type: NumberConstructor;
|