yuyeon 0.2.1-rc.9 → 0.2.2-rc.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.
- package/dist/yuyeon.js +1766 -1742
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/components/alert/YAlert.mjs +2 -2
- package/lib/components/alert/YAlert.mjs.map +1 -1
- package/lib/components/alert/YAlert.scss +75 -75
- package/lib/components/app/YApp.mjs +2 -2
- package/lib/components/app/YApp.mjs.map +1 -1
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/bench/YBench.mjs +2 -2
- package/lib/components/bench/YBench.mjs.map +1 -1
- package/lib/components/button/YButton.mjs +2 -2
- package/lib/components/button/YButton.mjs.map +1 -1
- package/lib/components/button/YButton.scss +128 -128
- package/lib/components/card/YCard.mjs.map +1 -1
- package/lib/components/card/YCard.scss +45 -45
- package/lib/components/card/YCardBody.mjs.map +1 -1
- package/lib/components/card/YCardFooter.mjs.map +1 -1
- package/lib/components/card/YCardHeader.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.scss +84 -84
- package/lib/components/checkbox/index.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/chip/YChip.scss +36 -36
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.scss +84 -84
- package/lib/components/date-picker/YDatePicker.mjs +8 -2
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/date-picker/YMonthPicker.mjs +8 -1
- package/lib/components/date-picker/YMonthPicker.mjs.map +1 -1
- package/lib/components/date-picker/YYearPicker.mjs +4 -0
- package/lib/components/date-picker/YYearPicker.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dialog/index.mjs.map +1 -1
- package/lib/components/divider/YDivider.mjs.map +1 -1
- package/lib/components/divider/YDivider.scss +2 -2
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.scss +27 -27
- package/lib/components/field-input/YFieldInput.mjs +1 -10
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/field-input/index.mjs.map +1 -1
- package/lib/components/form/YForm.mjs.map +1 -1
- package/lib/components/hover/YHover.mjs.map +1 -1
- package/lib/components/icon/YIcon.mjs.map +1 -1
- package/lib/components/icon/YIcon.scss +18 -18
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/icons/YIconSort.scss +24 -24
- package/lib/components/icons/index.mjs.map +1 -1
- package/lib/components/img/YImg.mjs +4 -4
- package/lib/components/img/YImg.mjs.map +1 -1
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/input/YInput.scss +258 -258
- package/lib/components/ip-field/YIpv4Field.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs +2 -1
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/layer/active-stack.mjs.map +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs.map +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +2 -2
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/menu/YMenu.scss +25 -25
- package/lib/components/navigation/YNavigation.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/pagination/YPagination.scss +52 -52
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/plate/YPlate.mjs +2 -2
- package/lib/components/plate/YPlate.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.scss +120 -120
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/slider/YSlider.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.mjs +5 -5
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/switch/YSwitch.scss +204 -204
- package/lib/components/tab/YTab.mjs.map +1 -1
- package/lib/components/tab/YTab.scss +73 -73
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/tab/YTabs.scss +8 -8
- package/lib/components/tab/index.mjs.map +1 -1
- package/lib/components/tab/types.mjs.map +1 -1
- package/lib/components/table/YDataTable.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableCell.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableHead.mjs +2 -1
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/table/YDataTableLayer.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +1 -1
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/YTable.scss +157 -157
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +6 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/components/table/composibles/options.mjs.map +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +1 -1
- package/lib/components/table/composibles/selection.mjs.map +1 -1
- package/lib/components/table/composibles/sorted-items.mjs.map +1 -1
- package/lib/components/table/composibles/sorting.mjs.map +1 -1
- package/lib/components/table/types/header.mjs.map +1 -1
- package/lib/components/table/types/index.mjs.map +1 -1
- package/lib/components/table/types/row.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.scss +43 -43
- package/lib/components/text-highlighter/YTextHighlighter.mjs.map +1 -1
- package/lib/components/text-interpolation/YTi.mjs.map +1 -1
- package/lib/components/textarea/YTextarea.mjs.map +1 -1
- package/lib/components/toggle-button/YToggleButton.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +2 -2
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs +26 -6
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.scss +81 -81
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/components/tree-view/types.mjs.map +1 -1
- package/lib/components/tree-view/util.mjs.map +1 -1
- package/lib/composables/choice.mjs.map +1 -1
- package/lib/composables/communication.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/coordinate/arrangement.mjs.map +1 -1
- package/lib/composables/coordinate/levitation.mjs +2 -2
- package/lib/composables/coordinate/levitation.mjs.map +1 -1
- package/lib/composables/coordinate/utils/point.mjs.map +1 -1
- package/lib/composables/date/factory.mjs.map +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/date/setting.mjs.map +1 -1
- package/lib/composables/date/types.mjs.map +1 -1
- package/lib/composables/defaults/index.mjs.map +1 -1
- package/lib/composables/defaults/share.mjs.map +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs.map +1 -1
- package/lib/composables/icon.mjs.map +1 -1
- package/lib/composables/layer-group.mjs +2 -2
- package/lib/composables/layer-group.mjs.map +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/progress.mjs.map +1 -1
- package/lib/composables/ref.mjs.map +1 -1
- package/lib/composables/resize-observer.mjs.map +1 -1
- package/lib/composables/scope.mjs.map +1 -1
- package/lib/composables/theme/factory.mjs.map +1 -1
- package/lib/composables/theme/index.mjs.map +1 -1
- package/lib/composables/theme/setting.mjs.map +1 -1
- package/lib/composables/timing.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/vue-router.mjs.map +1 -1
- package/lib/index.mjs.map +1 -1
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/component/component.mjs.map +1 -1
- package/lib/util/component/index.mjs.map +1 -1
- package/lib/util/component/inject-self.mjs.map +1 -1
- package/lib/util/component/props.mjs.map +1 -1
- package/lib/util/date/index.mjs.map +1 -1
- package/lib/util/reactivity.mjs +3 -3
- package/lib/util/reactivity.mjs.map +1 -1
- package/lib/util/rect.mjs.map +1 -1
- package/lib/util/validation.mjs.map +1 -1
- package/package.json +1 -1
- package/types/components/date-picker/YMonthPicker.d.ts +1 -1
- package/types/components/date-picker/YYearPicker.d.ts +1 -1
- package/types/components/dialog/YDialog.d.ts +7 -0
- package/types/components/dropdown/YDropdown.d.ts +6 -0
- package/types/components/layer/YLayer.d.ts +6 -0
- package/types/components/menu/YMenu.d.ts +3 -0
- package/types/components/select/YSelect.d.ts +31 -0
- package/types/components/snackbar/YSnackbar.d.ts +6 -0
- package/types/components/table/YDataTable.d.ts +10 -3
- package/types/components/table/YDataTableServer.d.ts +10 -3
- package/types/components/table/composibles/header.d.ts +8 -0
- package/types/components/table/composibles/selection.d.ts +2 -2
- package/types/components/table/types/header.d.ts +1 -0
- package/types/components/tooltip/YTooltip.d.ts +4 -0
- package/types/components/transitions/expand-transition.d.ts +3 -0
- package/types/components/transitions/index.d.ts +6 -0
- package/types/composables/layer-group.d.ts +1 -1
package/lib/util/reactivity.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactivity.mjs","names":["computed","reactive","toRefs","watchEffect","$computed","getter","refs","base","key","value","flush"],"sources":["../../src/util/reactivity.ts"],"sourcesContent":["import {\n type ComputedGetter,\n computed,\n reactive,\n toRefs,\n watchEffect,\n} from 'vue';\n\n/**\n * For Destructuring assignment\n * @param getter\n */\nexport function $computed<T extends object>(getter: ComputedGetter<T>) {\n const refs = reactive({}) as T;\n const base = computed(getter);\n watchEffect(\n () => {\n for (const key in base.value) {\n refs[key] = base.value[key];\n }\n },\n { flush: 'sync' },\n );\n return toRefs(refs);\n}\n"],"mappings":"AAAA,SAEEA,QAAQ,EACRC,QAAQ,EACRC,MAAM,EACNC,WAAW,QACN,KAAK;;AAEZ;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAAmBC,MAAyB,EAAE;EACrE,MAAMC,IAAI,GAAGL,QAAQ,CAAC,CAAC,CAAC,CAAM;EAC9B,MAAMM,IAAI,GAAGP,QAAQ,CAACK,MAAM,CAAC;EAC7BF,WAAW,CACT,MAAM;IACJ,KAAK,MAAMK,GAAG,IAAID,IAAI,CAACE,KAAK,EAAE;MAC5BH,IAAI,CAACE,GAAG,CAAC,GAAGD,IAAI,CAACE,KAAK,CAACD,GAAG,CAAC;IAC7B;EACF,CAAC,EACD;IAAEE,KAAK,EAAE;EAAO,CAClB,CAAC;EACD,OAAOR,MAAM,CAACI,IAAI,CAAC;AACrB"}
|
|
1
|
+
{"version":3,"file":"reactivity.mjs","names":["computed","reactive","toRefs","watchEffect","$computed","getter","refs","base","key","value","flush"],"sources":["../../src/util/reactivity.ts"],"sourcesContent":["import {\r\n type ComputedGetter,\r\n computed,\r\n reactive,\r\n toRefs,\r\n watchEffect,\r\n} from 'vue';\r\n\r\n/**\r\n * For Destructuring assignment\r\n * @param getter\r\n */\r\nexport function $computed<T extends object>(getter: ComputedGetter<T>) {\r\n const refs = reactive({}) as T;\r\n const base = computed(getter);\r\n watchEffect(\r\n () => {\r\n for (const key in base.value) {\r\n refs[key] = base.value[key];\r\n }\r\n },\r\n { flush: 'sync' },\r\n );\r\n return toRefs(refs);\r\n}\r\n"],"mappings":"AAAA,SAEEA,QAAQ,EACRC,QAAQ,EACRC,MAAM,EACNC,WAAW,QACN,KAAK;;AAEZ;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAAmBC,MAAyB,EAAE;EACrE,MAAMC,IAAI,GAAGL,QAAQ,CAAC,CAAC,CAAC,CAAM;EAC9B,MAAMM,IAAI,GAAGP,QAAQ,CAACK,MAAM,CAAC;EAC7BF,WAAW,CACT,MAAM;IACJ,KAAK,MAAMK,GAAG,IAAID,IAAI,CAACE,KAAK,EAAE;MAC5BH,IAAI,CAACE,GAAG,CAAC,GAAGD,IAAI,CAACE,KAAK,CAACD,GAAG,CAAC;IAC7B;EACF,CAAC,EACD;IAAEE,KAAK,EAAE;EAAO,CAClB,CAAC;EACD,OAAOR,MAAM,CAACI,IAAI,CAAC;AACrB"}
|
package/lib/util/rect.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rect.mjs","names":["MutableRect","constructor","_ref","x","y","width","height","top","bottom","left","right","getOverflow","a","b","before","Math","max","after"],"sources":["../../src/util/rect.ts"],"sourcesContent":["export interface Rect {\n x: number;\n y: number;\n width: number;\n height: number;\n\n get top(): number;\n get bottom(): number;\n get left(): number;\n get right(): number;\n}\n\nexport class MutableRect implements Rect {\n public x: number;\n\n public y: number;\n\n public width: number;\n\n public height: number;\n\n constructor({\n x,\n y,\n width,\n height,\n }: {\n x: number;\n y: number;\n width: number;\n height: number;\n }) {\n this.x = x ?? 0;\n this.y = y ?? 0;\n this.width = width ?? 0;\n this.height = height ?? 0;\n }\n\n public get top(): number {\n return this.y;\n }\n\n public get bottom(): number {\n return this.y + this.height;\n }\n\n public get left(): number {\n return this.x;\n }\n\n public get right(): number {\n return this.x + this.width;\n }\n}\n\nexport function getOverflow(a: MutableRect, b: MutableRect) {\n return {\n x: {\n before: Math.max(0, b.left - a.left),\n after: Math.max(0, a.right - b.right),\n },\n y: {\n before: Math.max(0, b.top - a.top),\n after: Math.max(0, a.bottom - b.bottom),\n },\n };\n}\n"],"mappings":"AAYA,OAAO,MAAMA,WAAW,CAAiB;EASvCC,WAAWA,CAAAC,IAAA,EAUR;IAAA,IAVS;MACVC,CAAC;MACDC,CAAC;MACDC,KAAK;MACLC;IAMF,CAAC,GAAAJ,IAAA;IACC,IAAI,CAACC,CAAC,GAAGA,CAAC,IAAI,CAAC;IACf,IAAI,CAACC,CAAC,GAAGA,CAAC,IAAI,CAAC;IACf,IAAI,CAACC,KAAK,GAAGA,KAAK,IAAI,CAAC;IACvB,IAAI,CAACC,MAAM,GAAGA,MAAM,IAAI,CAAC;EAC3B;EAEA,IAAWC,GAAGA,CAAA,EAAW;IACvB,OAAO,IAAI,CAACH,CAAC;EACf;EAEA,IAAWI,MAAMA,CAAA,EAAW;IAC1B,OAAO,IAAI,CAACJ,CAAC,GAAG,IAAI,CAACE,MAAM;EAC7B;EAEA,IAAWG,IAAIA,CAAA,EAAW;IACxB,OAAO,IAAI,CAACN,CAAC;EACf;EAEA,IAAWO,KAAKA,CAAA,EAAW;IACzB,OAAO,IAAI,CAACP,CAAC,GAAG,IAAI,CAACE,KAAK;EAC5B;AACF;AAEA,OAAO,SAASM,WAAWA,CAACC,CAAc,EAAEC,CAAc,EAAE;EAC1D,OAAO;IACLV,CAAC,EAAE;MACDW,MAAM,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEH,CAAC,CAACJ,IAAI,GAAGG,CAAC,CAACH,IAAI,CAAC;MACpCQ,KAAK,EAAEF,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEJ,CAAC,CAACF,KAAK,GAAGG,CAAC,CAACH,KAAK;IACtC,CAAC;IACDN,CAAC,EAAE;MACDU,MAAM,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEH,CAAC,CAACN,GAAG,GAAGK,CAAC,CAACL,GAAG,CAAC;MAClCU,KAAK,EAAEF,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEJ,CAAC,CAACJ,MAAM,GAAGK,CAAC,CAACL,MAAM;IACxC;EACF,CAAC;AACH"}
|
|
1
|
+
{"version":3,"file":"rect.mjs","names":["MutableRect","constructor","_ref","x","y","width","height","top","bottom","left","right","getOverflow","a","b","before","Math","max","after"],"sources":["../../src/util/rect.ts"],"sourcesContent":["export interface Rect {\r\n x: number;\r\n y: number;\r\n width: number;\r\n height: number;\r\n\r\n get top(): number;\r\n get bottom(): number;\r\n get left(): number;\r\n get right(): number;\r\n}\r\n\r\nexport class MutableRect implements Rect {\r\n public x: number;\r\n\r\n public y: number;\r\n\r\n public width: number;\r\n\r\n public height: number;\r\n\r\n constructor({\r\n x,\r\n y,\r\n width,\r\n height,\r\n }: {\r\n x: number;\r\n y: number;\r\n width: number;\r\n height: number;\r\n }) {\r\n this.x = x ?? 0;\r\n this.y = y ?? 0;\r\n this.width = width ?? 0;\r\n this.height = height ?? 0;\r\n }\r\n\r\n public get top(): number {\r\n return this.y;\r\n }\r\n\r\n public get bottom(): number {\r\n return this.y + this.height;\r\n }\r\n\r\n public get left(): number {\r\n return this.x;\r\n }\r\n\r\n public get right(): number {\r\n return this.x + this.width;\r\n }\r\n}\r\n\r\nexport function getOverflow(a: MutableRect, b: MutableRect) {\r\n return {\r\n x: {\r\n before: Math.max(0, b.left - a.left),\r\n after: Math.max(0, a.right - b.right),\r\n },\r\n y: {\r\n before: Math.max(0, b.top - a.top),\r\n after: Math.max(0, a.bottom - b.bottom),\r\n },\r\n };\r\n}\r\n"],"mappings":"AAYA,OAAO,MAAMA,WAAW,CAAiB;EASvCC,WAAWA,CAAAC,IAAA,EAUR;IAAA,IAVS;MACVC,CAAC;MACDC,CAAC;MACDC,KAAK;MACLC;IAMF,CAAC,GAAAJ,IAAA;IACC,IAAI,CAACC,CAAC,GAAGA,CAAC,IAAI,CAAC;IACf,IAAI,CAACC,CAAC,GAAGA,CAAC,IAAI,CAAC;IACf,IAAI,CAACC,KAAK,GAAGA,KAAK,IAAI,CAAC;IACvB,IAAI,CAACC,MAAM,GAAGA,MAAM,IAAI,CAAC;EAC3B;EAEA,IAAWC,GAAGA,CAAA,EAAW;IACvB,OAAO,IAAI,CAACH,CAAC;EACf;EAEA,IAAWI,MAAMA,CAAA,EAAW;IAC1B,OAAO,IAAI,CAACJ,CAAC,GAAG,IAAI,CAACE,MAAM;EAC7B;EAEA,IAAWG,IAAIA,CAAA,EAAW;IACxB,OAAO,IAAI,CAACN,CAAC;EACf;EAEA,IAAWO,KAAKA,CAAA,EAAW;IACzB,OAAO,IAAI,CAACP,CAAC,GAAG,IAAI,CAACE,KAAK;EAC5B;AACF;AAEA,OAAO,SAASM,WAAWA,CAACC,CAAc,EAAEC,CAAc,EAAE;EAC1D,OAAO;IACLV,CAAC,EAAE;MACDW,MAAM,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEH,CAAC,CAACJ,IAAI,GAAGG,CAAC,CAACH,IAAI,CAAC;MACpCQ,KAAK,EAAEF,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEJ,CAAC,CAACF,KAAK,GAAGG,CAAC,CAACH,KAAK;IACtC,CAAC;IACDN,CAAC,EAAE;MACDU,MAAM,EAAEC,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEH,CAAC,CAACN,GAAG,GAAGK,CAAC,CAACL,GAAG,CAAC;MAClCU,KAAK,EAAEF,IAAI,CAACC,GAAG,CAAC,CAAC,EAAEJ,CAAC,CAACJ,MAAM,GAAGK,CAAC,CAACL,MAAM;IACxC;EACF,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.mjs","names":["REQUIRE_RULE","value"],"sources":["../../src/util/validation.ts"],"sourcesContent":["export function REQUIRE_RULE(value: any): boolean {\n return !!value;\n}\n\nexport default {};\n"],"mappings":"AAAA,OAAO,SAASA,YAAYA,CAACC,KAAU,EAAW;EAChD,OAAO,CAAC,CAACA,KAAK;AAChB;AAEA,eAAe,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"validation.mjs","names":["REQUIRE_RULE","value"],"sources":["../../src/util/validation.ts"],"sourcesContent":["export function REQUIRE_RULE(value: any): boolean {\r\n return !!value;\r\n}\r\n\r\nexport default {};\r\n"],"mappings":"AAAA,OAAO,SAASA,YAAYA,CAACC,KAAU,EAAW;EAChD,OAAO,CAAC,CAACA,KAAK;AAChB;AAEA,eAAe,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -21,5 +21,5 @@ export declare const YMonthPicker: import('vue').DefineComponent<{
|
|
|
21
21
|
modelValue: NumberConstructor;
|
|
22
22
|
color: StringConstructor;
|
|
23
23
|
height: (NumberConstructor | StringConstructor)[];
|
|
24
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
24
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "mode"[], "mode">;
|
|
25
25
|
export type YMonthPicker = InstanceType<typeof YMonthPicker>;
|
|
@@ -34,5 +34,5 @@ export declare const YYearPicker: import('vue').DefineComponent<{
|
|
|
34
34
|
height: (NumberConstructor | StringConstructor)[];
|
|
35
35
|
min: PropType<unknown>;
|
|
36
36
|
max: PropType<unknown>;
|
|
37
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
37
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "mode"[], "mode">;
|
|
38
38
|
export type YYearPicker = InstanceType<typeof YYearPicker>;
|
|
@@ -30,6 +30,7 @@ export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
|
30
30
|
contentStyles?: unknown;
|
|
31
31
|
openOnHover?: unknown;
|
|
32
32
|
contained?: unknown;
|
|
33
|
+
layerGroup?: unknown;
|
|
33
34
|
persistent?: unknown;
|
|
34
35
|
dialogClasses?: unknown;
|
|
35
36
|
maximized?: unknown;
|
|
@@ -278,6 +279,10 @@ export declare const pressYDialogPropsOptions: <Defaults extends {
|
|
|
278
279
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
|
279
280
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
|
280
281
|
};
|
|
282
|
+
layerGroup: unknown extends Defaults["layerGroup"] ? PropType<string | Element> : {
|
|
283
|
+
type: PropType<unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"]>;
|
|
284
|
+
default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
|
|
285
|
+
};
|
|
281
286
|
persistent: unknown extends Defaults["persistent"] ? {
|
|
282
287
|
type: PropType<boolean>;
|
|
283
288
|
default: boolean;
|
|
@@ -408,6 +413,7 @@ export declare const YDialog: import('vue').DefineComponent<{
|
|
|
408
413
|
default: boolean;
|
|
409
414
|
};
|
|
410
415
|
contained: BooleanConstructor;
|
|
416
|
+
layerGroup: PropType<string | Element>;
|
|
411
417
|
persistent: {
|
|
412
418
|
type: PropType<boolean>;
|
|
413
419
|
default: boolean;
|
|
@@ -519,6 +525,7 @@ export declare const YDialog: import('vue').DefineComponent<{
|
|
|
519
525
|
default: number;
|
|
520
526
|
};
|
|
521
527
|
contained: BooleanConstructor;
|
|
528
|
+
layerGroup: PropType<string | Element>;
|
|
522
529
|
modal: PropType<boolean>;
|
|
523
530
|
}, {
|
|
524
531
|
complementClickOption: {
|
|
@@ -39,6 +39,7 @@ export declare const pressYDropdownPropsOptions: <Defaults extends {
|
|
|
39
39
|
contentStyles?: unknown;
|
|
40
40
|
openOnHover?: unknown;
|
|
41
41
|
contained?: unknown;
|
|
42
|
+
layerGroup?: unknown;
|
|
42
43
|
preventClip?: unknown;
|
|
43
44
|
preventCloseBubble?: unknown;
|
|
44
45
|
menuClasses?: unknown;
|
|
@@ -367,6 +368,10 @@ export declare const pressYDropdownPropsOptions: <Defaults extends {
|
|
|
367
368
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
|
368
369
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
|
369
370
|
};
|
|
371
|
+
layerGroup: unknown extends Defaults["layerGroup"] ? PropType<string | Element> : {
|
|
372
|
+
type: PropType<unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"]>;
|
|
373
|
+
default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
|
|
374
|
+
};
|
|
370
375
|
preventClip: unknown extends Defaults["preventClip"] ? {
|
|
371
376
|
type: PropType<boolean>;
|
|
372
377
|
default: boolean;
|
|
@@ -531,6 +536,7 @@ export declare const YDropdown: import('vue').DefineComponent<{
|
|
|
531
536
|
default: boolean;
|
|
532
537
|
};
|
|
533
538
|
contained: BooleanConstructor;
|
|
539
|
+
layerGroup: PropType<string | Element>;
|
|
534
540
|
preventClip: {
|
|
535
541
|
type: PropType<boolean>;
|
|
536
542
|
default: boolean;
|
|
@@ -32,6 +32,7 @@ export declare const pressYLayerProps: <Defaults extends {
|
|
|
32
32
|
closeDelay?: unknown;
|
|
33
33
|
zIndex?: unknown;
|
|
34
34
|
contained?: unknown;
|
|
35
|
+
layerGroup?: unknown;
|
|
35
36
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
36
37
|
minWidth: unknown extends Defaults["minWidth"] ? PropType<string | number> : {
|
|
37
38
|
type: PropType<unknown extends Defaults["minWidth"] ? string | number : NonNullable<string | number> | Defaults["minWidth"]>;
|
|
@@ -285,6 +286,10 @@ export declare const pressYLayerProps: <Defaults extends {
|
|
|
285
286
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
|
286
287
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
|
287
288
|
};
|
|
289
|
+
layerGroup: unknown extends Defaults["layerGroup"] ? PropType<string | Element> : {
|
|
290
|
+
type: PropType<unknown extends Defaults["layerGroup"] ? string | Element : Defaults["layerGroup"] | NonNullable<string | Element>>;
|
|
291
|
+
default: unknown extends Defaults["layerGroup"] ? string | Element : Defaults["layerGroup"] | NonNullable<string | Element>;
|
|
292
|
+
};
|
|
288
293
|
};
|
|
289
294
|
export declare const YLayer: import('vue').DefineComponent<{
|
|
290
295
|
minWidth: PropType<string | number>;
|
|
@@ -378,6 +383,7 @@ export declare const YLayer: import('vue').DefineComponent<{
|
|
|
378
383
|
default: number;
|
|
379
384
|
};
|
|
380
385
|
contained: BooleanConstructor;
|
|
386
|
+
layerGroup: PropType<string | Element>;
|
|
381
387
|
modal: PropType<boolean>;
|
|
382
388
|
}, {
|
|
383
389
|
complementClickOption: {
|
|
@@ -99,6 +99,7 @@ export declare const YMenuPropOptions: {
|
|
|
99
99
|
default: number;
|
|
100
100
|
};
|
|
101
101
|
contained: BooleanConstructor;
|
|
102
|
+
layerGroup: PropType<string | Element>;
|
|
102
103
|
menuClasses: {
|
|
103
104
|
type: PropType<string | string[] | Record<string, any>>;
|
|
104
105
|
};
|
|
@@ -224,6 +225,7 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
224
225
|
default: number;
|
|
225
226
|
};
|
|
226
227
|
contained: BooleanConstructor;
|
|
228
|
+
layerGroup: PropType<string | Element>;
|
|
227
229
|
menuClasses: {
|
|
228
230
|
type: PropType<string | string[] | Record<string, any>>;
|
|
229
231
|
};
|
|
@@ -332,6 +334,7 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
332
334
|
default: number;
|
|
333
335
|
};
|
|
334
336
|
contained: BooleanConstructor;
|
|
337
|
+
layerGroup: PropType<string | Element>;
|
|
335
338
|
modal: PropType<boolean>;
|
|
336
339
|
}, {
|
|
337
340
|
complementClickOption: {
|
|
@@ -151,6 +151,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
151
151
|
readonly eager?: boolean | undefined;
|
|
152
152
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
153
153
|
readonly closeClickScrim?: boolean | undefined;
|
|
154
|
+
readonly layerGroup?: string | Element | undefined;
|
|
154
155
|
readonly preventCloseBubble?: boolean | undefined;
|
|
155
156
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
156
157
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -263,6 +264,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
263
264
|
default: number;
|
|
264
265
|
};
|
|
265
266
|
contained: BooleanConstructor;
|
|
267
|
+
layerGroup: PropType<string | Element>;
|
|
266
268
|
menuClasses: {
|
|
267
269
|
type: PropType<string | string[] | Record<string, any>>;
|
|
268
270
|
};
|
|
@@ -340,6 +342,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
340
342
|
readonly eager?: boolean | undefined;
|
|
341
343
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
342
344
|
readonly closeClickScrim?: boolean | undefined;
|
|
345
|
+
readonly layerGroup?: string | Element | undefined;
|
|
343
346
|
readonly preventCloseBubble?: boolean | undefined;
|
|
344
347
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
345
348
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -452,6 +455,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
452
455
|
default: number;
|
|
453
456
|
};
|
|
454
457
|
contained: BooleanConstructor;
|
|
458
|
+
layerGroup: PropType<string | Element>;
|
|
455
459
|
menuClasses: {
|
|
456
460
|
type: PropType<string | string[] | Record<string, any>>;
|
|
457
461
|
};
|
|
@@ -529,6 +533,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
529
533
|
readonly eager?: boolean | undefined;
|
|
530
534
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
531
535
|
readonly closeClickScrim?: boolean | undefined;
|
|
536
|
+
readonly layerGroup?: string | Element | undefined;
|
|
532
537
|
readonly preventCloseBubble?: boolean | undefined;
|
|
533
538
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
534
539
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -641,6 +646,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
641
646
|
default: number;
|
|
642
647
|
};
|
|
643
648
|
contained: BooleanConstructor;
|
|
649
|
+
layerGroup: PropType<string | Element>;
|
|
644
650
|
menuClasses: {
|
|
645
651
|
type: PropType<string | string[] | Record<string, any>>;
|
|
646
652
|
};
|
|
@@ -716,6 +722,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
716
722
|
readonly eager?: boolean | undefined;
|
|
717
723
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
718
724
|
readonly closeClickScrim?: boolean | undefined;
|
|
725
|
+
readonly layerGroup?: string | Element | undefined;
|
|
719
726
|
readonly preventCloseBubble?: boolean | undefined;
|
|
720
727
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
721
728
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -828,6 +835,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
828
835
|
default: number;
|
|
829
836
|
};
|
|
830
837
|
contained: BooleanConstructor;
|
|
838
|
+
layerGroup: PropType<string | Element>;
|
|
831
839
|
menuClasses: {
|
|
832
840
|
type: PropType<string | string[] | Record<string, any>>;
|
|
833
841
|
};
|
|
@@ -904,6 +912,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
904
912
|
readonly eager?: boolean | undefined;
|
|
905
913
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
906
914
|
readonly closeClickScrim?: boolean | undefined;
|
|
915
|
+
readonly layerGroup?: string | Element | undefined;
|
|
907
916
|
readonly preventCloseBubble?: boolean | undefined;
|
|
908
917
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
909
918
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1016,6 +1025,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1016
1025
|
default: number;
|
|
1017
1026
|
};
|
|
1018
1027
|
contained: BooleanConstructor;
|
|
1028
|
+
layerGroup: PropType<string | Element>;
|
|
1019
1029
|
menuClasses: {
|
|
1020
1030
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1021
1031
|
};
|
|
@@ -1091,6 +1101,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1091
1101
|
readonly eager?: boolean | undefined;
|
|
1092
1102
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1093
1103
|
readonly closeClickScrim?: boolean | undefined;
|
|
1104
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1094
1105
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1095
1106
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1096
1107
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1203,6 +1214,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1203
1214
|
default: number;
|
|
1204
1215
|
};
|
|
1205
1216
|
contained: BooleanConstructor;
|
|
1217
|
+
layerGroup: PropType<string | Element>;
|
|
1206
1218
|
menuClasses: {
|
|
1207
1219
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1208
1220
|
};
|
|
@@ -1666,6 +1678,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1666
1678
|
readonly eager?: boolean | undefined;
|
|
1667
1679
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1668
1680
|
readonly closeClickScrim?: boolean | undefined;
|
|
1681
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1669
1682
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1670
1683
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1671
1684
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1778,6 +1791,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1778
1791
|
default: number;
|
|
1779
1792
|
};
|
|
1780
1793
|
contained: BooleanConstructor;
|
|
1794
|
+
layerGroup: PropType<string | Element>;
|
|
1781
1795
|
menuClasses: {
|
|
1782
1796
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1783
1797
|
};
|
|
@@ -1855,6 +1869,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1855
1869
|
readonly eager?: boolean | undefined;
|
|
1856
1870
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1857
1871
|
readonly closeClickScrim?: boolean | undefined;
|
|
1872
|
+
readonly layerGroup?: string | Element | undefined;
|
|
1858
1873
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1859
1874
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1860
1875
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -1967,6 +1982,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1967
1982
|
default: number;
|
|
1968
1983
|
};
|
|
1969
1984
|
contained: BooleanConstructor;
|
|
1985
|
+
layerGroup: PropType<string | Element>;
|
|
1970
1986
|
menuClasses: {
|
|
1971
1987
|
type: PropType<string | string[] | Record<string, any>>;
|
|
1972
1988
|
};
|
|
@@ -2044,6 +2060,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2044
2060
|
readonly eager?: boolean | undefined;
|
|
2045
2061
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2046
2062
|
readonly closeClickScrim?: boolean | undefined;
|
|
2063
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2047
2064
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2048
2065
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2049
2066
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2156,6 +2173,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2156
2173
|
default: number;
|
|
2157
2174
|
};
|
|
2158
2175
|
contained: BooleanConstructor;
|
|
2176
|
+
layerGroup: PropType<string | Element>;
|
|
2159
2177
|
menuClasses: {
|
|
2160
2178
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2161
2179
|
};
|
|
@@ -2231,6 +2249,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2231
2249
|
readonly eager?: boolean | undefined;
|
|
2232
2250
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2233
2251
|
readonly closeClickScrim?: boolean | undefined;
|
|
2252
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2234
2253
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2235
2254
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2236
2255
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2343,6 +2362,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2343
2362
|
default: number;
|
|
2344
2363
|
};
|
|
2345
2364
|
contained: BooleanConstructor;
|
|
2365
|
+
layerGroup: PropType<string | Element>;
|
|
2346
2366
|
menuClasses: {
|
|
2347
2367
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2348
2368
|
};
|
|
@@ -2419,6 +2439,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2419
2439
|
readonly eager?: boolean | undefined;
|
|
2420
2440
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2421
2441
|
readonly closeClickScrim?: boolean | undefined;
|
|
2442
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2422
2443
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2423
2444
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2424
2445
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2531,6 +2552,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2531
2552
|
default: number;
|
|
2532
2553
|
};
|
|
2533
2554
|
contained: BooleanConstructor;
|
|
2555
|
+
layerGroup: PropType<string | Element>;
|
|
2534
2556
|
menuClasses: {
|
|
2535
2557
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2536
2558
|
};
|
|
@@ -2606,6 +2628,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2606
2628
|
readonly eager?: boolean | undefined;
|
|
2607
2629
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2608
2630
|
readonly closeClickScrim?: boolean | undefined;
|
|
2631
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2609
2632
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2610
2633
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2611
2634
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -2718,6 +2741,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2718
2741
|
default: number;
|
|
2719
2742
|
};
|
|
2720
2743
|
contained: BooleanConstructor;
|
|
2744
|
+
layerGroup: PropType<string | Element>;
|
|
2721
2745
|
menuClasses: {
|
|
2722
2746
|
type: PropType<string | string[] | Record<string, any>>;
|
|
2723
2747
|
};
|
|
@@ -2956,6 +2980,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2956
2980
|
readonly eager?: boolean | undefined;
|
|
2957
2981
|
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2958
2982
|
readonly closeClickScrim?: boolean | undefined;
|
|
2983
|
+
readonly layerGroup?: string | Element | undefined;
|
|
2959
2984
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2960
2985
|
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2961
2986
|
readonly closeCondition?: boolean | Function | undefined;
|
|
@@ -3068,6 +3093,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3068
3093
|
default: number;
|
|
3069
3094
|
};
|
|
3070
3095
|
contained: BooleanConstructor;
|
|
3096
|
+
layerGroup: PropType<string | Element>;
|
|
3071
3097
|
menuClasses: {
|
|
3072
3098
|
type: PropType<string | string[] | Record<string, any>>;
|
|
3073
3099
|
};
|
|
@@ -3218,6 +3244,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3218
3244
|
default: number;
|
|
3219
3245
|
};
|
|
3220
3246
|
contained: BooleanConstructor;
|
|
3247
|
+
layerGroup: PropType<string | Element>;
|
|
3221
3248
|
menuClasses: {
|
|
3222
3249
|
type: PropType<string | string[] | Record<string, any>>;
|
|
3223
3250
|
};
|
|
@@ -3330,6 +3357,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3330
3357
|
default: number;
|
|
3331
3358
|
};
|
|
3332
3359
|
contained: BooleanConstructor;
|
|
3360
|
+
layerGroup: PropType<string | Element>;
|
|
3333
3361
|
modal: PropType<boolean>;
|
|
3334
3362
|
}, {
|
|
3335
3363
|
complementClickOption: {
|
|
@@ -5069,6 +5097,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5069
5097
|
default: number;
|
|
5070
5098
|
};
|
|
5071
5099
|
contained: BooleanConstructor;
|
|
5100
|
+
layerGroup: PropType<string | Element>;
|
|
5072
5101
|
menuClasses: {
|
|
5073
5102
|
type: PropType<string | string[] | Record<string, any>>;
|
|
5074
5103
|
};
|
|
@@ -5221,6 +5250,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5221
5250
|
default: number;
|
|
5222
5251
|
};
|
|
5223
5252
|
contained: BooleanConstructor;
|
|
5253
|
+
layerGroup: PropType<string | Element>;
|
|
5224
5254
|
menuClasses: {
|
|
5225
5255
|
type: PropType<string | string[] | Record<string, any>>;
|
|
5226
5256
|
};
|
|
@@ -5333,6 +5363,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5333
5363
|
default: number;
|
|
5334
5364
|
};
|
|
5335
5365
|
contained: BooleanConstructor;
|
|
5366
|
+
layerGroup: PropType<string | Element>;
|
|
5336
5367
|
modal: PropType<boolean>;
|
|
5337
5368
|
}, {
|
|
5338
5369
|
complementClickOption: {
|
|
@@ -33,6 +33,7 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
33
33
|
closeDelay?: unknown;
|
|
34
34
|
zIndex?: unknown;
|
|
35
35
|
contained?: unknown;
|
|
36
|
+
layerGroup?: unknown;
|
|
36
37
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
37
38
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
38
39
|
type: PropType<boolean>;
|
|
@@ -306,6 +307,10 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
306
307
|
type: PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
|
307
308
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
|
308
309
|
};
|
|
310
|
+
layerGroup: unknown extends Defaults["layerGroup"] ? PropType<string | Element> : {
|
|
311
|
+
type: PropType<unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"]>;
|
|
312
|
+
default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
|
|
313
|
+
};
|
|
309
314
|
};
|
|
310
315
|
export declare const YSnackbar: import('vue').DefineComponent<{
|
|
311
316
|
modelValue: {
|
|
@@ -412,6 +417,7 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
412
417
|
default: number;
|
|
413
418
|
};
|
|
414
419
|
contained: BooleanConstructor;
|
|
420
|
+
layerGroup: PropType<string | Element>;
|
|
415
421
|
}, {
|
|
416
422
|
active: import('vue').Ref<any> & {
|
|
417
423
|
readonly rxValue: any;
|
|
@@ -129,10 +129,10 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
129
129
|
};
|
|
130
130
|
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
131
131
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
132
|
-
default: typeof import('../../util').deepEqual;
|
|
132
|
+
default: () => typeof import('../../util').deepEqual;
|
|
133
133
|
} : Omit<{
|
|
134
134
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
135
|
-
default: typeof import('../../util').deepEqual;
|
|
135
|
+
default: () => typeof import('../../util').deepEqual;
|
|
136
136
|
}, "type" | "default"> & {
|
|
137
137
|
type: PropType<unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"]>;
|
|
138
138
|
default: unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"];
|
|
@@ -208,6 +208,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
208
208
|
readonly rowspan?: number | undefined;
|
|
209
209
|
readonly fixed?: boolean | undefined;
|
|
210
210
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
211
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
211
212
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
212
213
|
readonly width?: string | number | undefined;
|
|
213
214
|
readonly minWidth?: string | undefined;
|
|
@@ -226,6 +227,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
226
227
|
readonly rowspan?: number | undefined;
|
|
227
228
|
readonly fixed?: boolean | undefined;
|
|
228
229
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
230
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
229
231
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
230
232
|
readonly width?: string | number | undefined;
|
|
231
233
|
readonly minWidth?: string | undefined;
|
|
@@ -244,6 +246,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
244
246
|
readonly rowspan?: number | undefined;
|
|
245
247
|
readonly fixed?: boolean | undefined;
|
|
246
248
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
249
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
247
250
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
248
251
|
readonly width?: string | number | undefined;
|
|
249
252
|
readonly minWidth?: string | undefined;
|
|
@@ -259,6 +262,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
259
262
|
readonly rowspan?: number | undefined;
|
|
260
263
|
readonly fixed?: boolean | undefined;
|
|
261
264
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
265
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
262
266
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
263
267
|
readonly width?: string | number | undefined;
|
|
264
268
|
readonly minWidth?: string | undefined;
|
|
@@ -275,6 +279,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
275
279
|
readonly rowspan?: number | undefined;
|
|
276
280
|
readonly fixed?: boolean | undefined;
|
|
277
281
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
282
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
278
283
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
279
284
|
readonly width?: string | number | undefined;
|
|
280
285
|
readonly minWidth?: string | undefined;
|
|
@@ -290,6 +295,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
290
295
|
readonly rowspan?: number | undefined;
|
|
291
296
|
readonly fixed?: boolean | undefined;
|
|
292
297
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
298
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
293
299
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
294
300
|
readonly width?: string | number | undefined;
|
|
295
301
|
readonly minWidth?: string | undefined;
|
|
@@ -387,7 +393,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
387
393
|
};
|
|
388
394
|
itemComparator: {
|
|
389
395
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
390
|
-
default: typeof import('../../util').deepEqual;
|
|
396
|
+
default: () => typeof import('../../util').deepEqual;
|
|
391
397
|
};
|
|
392
398
|
sortBy: {
|
|
393
399
|
type: PropType<readonly {
|
|
@@ -418,6 +424,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
418
424
|
readonly rowspan?: number | undefined;
|
|
419
425
|
readonly fixed?: boolean | undefined;
|
|
420
426
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
427
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
421
428
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
422
429
|
readonly width?: string | number | undefined;
|
|
423
430
|
readonly minWidth?: string | undefined;
|
|
@@ -132,10 +132,10 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
132
132
|
};
|
|
133
133
|
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
134
134
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
135
|
-
default: typeof import('../../util').deepEqual;
|
|
135
|
+
default: () => typeof import('../../util').deepEqual;
|
|
136
136
|
} : Omit<{
|
|
137
137
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
138
|
-
default: typeof import('../../util').deepEqual;
|
|
138
|
+
default: () => typeof import('../../util').deepEqual;
|
|
139
139
|
}, "type" | "default"> & {
|
|
140
140
|
type: PropType<unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"]>;
|
|
141
141
|
default: unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"];
|
|
@@ -211,6 +211,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
211
211
|
readonly rowspan?: number | undefined;
|
|
212
212
|
readonly fixed?: boolean | undefined;
|
|
213
213
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
214
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
214
215
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
215
216
|
readonly width?: string | number | undefined;
|
|
216
217
|
readonly minWidth?: string | undefined;
|
|
@@ -229,6 +230,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
229
230
|
readonly rowspan?: number | undefined;
|
|
230
231
|
readonly fixed?: boolean | undefined;
|
|
231
232
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
233
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
232
234
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
233
235
|
readonly width?: string | number | undefined;
|
|
234
236
|
readonly minWidth?: string | undefined;
|
|
@@ -247,6 +249,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
247
249
|
readonly rowspan?: number | undefined;
|
|
248
250
|
readonly fixed?: boolean | undefined;
|
|
249
251
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
252
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
250
253
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
251
254
|
readonly width?: string | number | undefined;
|
|
252
255
|
readonly minWidth?: string | undefined;
|
|
@@ -262,6 +265,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
262
265
|
readonly rowspan?: number | undefined;
|
|
263
266
|
readonly fixed?: boolean | undefined;
|
|
264
267
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
268
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
265
269
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
266
270
|
readonly width?: string | number | undefined;
|
|
267
271
|
readonly minWidth?: string | undefined;
|
|
@@ -278,6 +282,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
278
282
|
readonly rowspan?: number | undefined;
|
|
279
283
|
readonly fixed?: boolean | undefined;
|
|
280
284
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
285
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
281
286
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
282
287
|
readonly width?: string | number | undefined;
|
|
283
288
|
readonly minWidth?: string | undefined;
|
|
@@ -293,6 +298,7 @@ export declare const pressDataTableServerProps: <Defaults extends {
|
|
|
293
298
|
readonly rowspan?: number | undefined;
|
|
294
299
|
readonly fixed?: boolean | undefined;
|
|
295
300
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
301
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
296
302
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
297
303
|
readonly width?: string | number | undefined;
|
|
298
304
|
readonly minWidth?: string | undefined;
|
|
@@ -420,7 +426,7 @@ export declare const YDataTableServer: import('vue').DefineComponent<{
|
|
|
420
426
|
};
|
|
421
427
|
itemComparator: {
|
|
422
428
|
type: PropType<string | typeof import('../../util').deepEqual>;
|
|
423
|
-
default: typeof import('../../util').deepEqual;
|
|
429
|
+
default: () => typeof import('../../util').deepEqual;
|
|
424
430
|
};
|
|
425
431
|
sortBy: {
|
|
426
432
|
type: PropType<readonly {
|
|
@@ -451,6 +457,7 @@ export declare const YDataTableServer: import('vue').DefineComponent<{
|
|
|
451
457
|
readonly rowspan?: number | undefined;
|
|
452
458
|
readonly fixed?: boolean | undefined;
|
|
453
459
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
460
|
+
readonly headerClasses?: string | readonly string[] | undefined;
|
|
454
461
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
455
462
|
readonly width?: string | number | undefined;
|
|
456
463
|
readonly minWidth?: string | undefined;
|