@topvisor/ui 0.9.29 → 0.9.30
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/.chunks/{datepicker-C5l1LY9e.es.js → datepicker-C5qdwKuQ.es.js} +2 -2
- package/.chunks/{datepicker-C5l1LY9e.es.js.map → datepicker-C5qdwKuQ.es.js.map} +1 -1
- package/.chunks/{forms-BwLbWSIF.es.js → forms-BkBLBZBn.es.js} +56 -58
- package/.chunks/{forms-BwLbWSIF.es.js.map → forms-BkBLBZBn.es.js.map} +1 -1
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C4297RyP.es.js → listItem.vue_vue_type_script_setup_true_lang-CmrUY2go.es.js} +34 -36
- package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-C4297RyP.es.js.map → listItem.vue_vue_type_script_setup_true_lang-CmrUY2go.es.js.map} +1 -1
- package/.chunks/{menu-Czk2awpe.es.js → menu-DMBqYUnZ.es.js} +39 -41
- package/.chunks/{menu-Czk2awpe.es.js.map → menu-DMBqYUnZ.es.js.map} +1 -1
- package/.chunks/{popup-C5Ha2nU3.es.js → popup-CTCFSYwA.es.js} +2 -2
- package/.chunks/{popup-C5Ha2nU3.es.js.map → popup-CTCFSYwA.es.js.map} +1 -1
- package/.chunks/{widgetInput-DZXnw5Ms.es.js → widgetInput-Crf7T-Na.es.js} +12 -14
- package/.chunks/{widgetInput-DZXnw5Ms.es.js.map → widgetInput-Crf7T-Na.es.js.map} +1 -1
- package/core/core.js +1 -1
- package/forms/forms.js +1 -1
- package/formsExt/formsExt.js +60 -62
- package/formsExt/formsExt.js.map +1 -1
- package/package.json +1 -1
- package/popup/popup.js +2 -2
- package/popup/worker.js +2 -2
- package/project/project.js +29 -31
- package/project/project.js.map +1 -1
- package/tabs/tabs.js +21 -23
- package/tabs/tabs.js.map +1 -1
- package/tabsView/tabsView.js +43 -45
- package/tabsView/tabsView.js.map +1 -1
- package/utils/date.js +1 -1
- package/utils/device.js +1 -1
- package/utils/scroll.js +1 -1
- package/utils/window.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { watch as k, toRef as g } from "vue";
|
|
2
|
-
import { C as a, d as m } from "./forms-
|
|
2
|
+
import { C as a, d as m } from "./forms-BkBLBZBn.es.js";
|
|
3
3
|
const h = `/* ui-datepicker */
|
|
4
4
|
.ui-datepicker {
|
|
5
5
|
--datepicker-day-color: #FFF;
|
|
@@ -273,4 +273,4 @@ export {
|
|
|
273
273
|
v as connectDatepicker,
|
|
274
274
|
y as oninput
|
|
275
275
|
};
|
|
276
|
-
//# sourceMappingURL=datepicker-
|
|
276
|
+
//# sourceMappingURL=datepicker-C5qdwKuQ.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datepicker-C5l1LY9e.es.js","sources":["../../src/components/forms/inputDate/datepicker.css?raw","../../src/components/forms/inputDate/datepicker.ts"],"sourcesContent":["export default \"/* ui-datepicker */\\n.ui-datepicker {\\n\\t--datepicker-day-color: #FFF;\\n\\t--datepicker-day-color-hover: var(--color-blue-150);\\n\\t--datepicker-selected-color: var(--color-blue-500);\\n\\t--datepicker-selected-color-hover: var(--color-blue-550);\\n\\t--datepicker-range-color: var(--color-blue-100);\\n\\t--datepicker-range-color-hover: var(--color-blue-150);\\n\\n\\tuser-select: none;\\n\\twidth: auto;\\n\\tpadding: 0;\\n}\\n\\n.ui-datepicker:before,\\n.ui-datepicker:after {\\n\\tdisplay: none;\\n}\\n\\n/* на странице */\\n.ui-datepicker-inline {\\n\\tdisplay: inline-block !important;\\n}\\n\\n/* в popup */\\n.ui-datepicker:not(.ui-datepicker-inline) {\\n\\tborder-radius: 8px;\\n\\tbackground: var(--content-background-color);\\n\\tbox-shadow: var(--top-shadow);\\n\\tz-index: 10000000 !important;\\n\\tpadding: 8px;\\n}\\n\\n.ui-datepicker a {\\n\\ttext-decoration: none !important;\\n}\\n\\n.ui-datepicker option {\\n\\tcolor: var(--color-text);\\n\\tfont-size: 14px;\\n}\\n\\n.ui-datepicker-header {\\n\\tpadding: 0 !important;\\n\\tmargin: 0 0 18px 0;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n}\\n\\n.ui-datepicker-header > * {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\\n.ui-datepicker-title {\\n\\twidth: 100% !important;\\n\\theight: 24px;\\n\\tmargin: 0 !important;\\n}\\n\\n.ui-datepicker-month,\\n.ui-datepicker-year {\\n\\toutline: none !important;\\n\\twidth: auto !important;\\n\\tborder: none;\\n\\tpadding: 0;\\n\\tmargin: 0 6px !important;\\n\\ttext-align: center;\\n\\tfont-size: 16px !important;\\n}\\n\\n.ui-datepicker-month {\\n\\tcolor: var(--color-text);\\n}\\n\\n.ui-datepicker-year {\\n\\tcolor: var(--color-gray-300);\\n}\\n\\n/*\\tselect.ui-datepicker-month,\\nselect.ui-datepicker-year{ cursor: pointer; color: var(--color-blue-500); }*/\\nselect.ui-datepicker-month,\\nselect.ui-datepicker-year {\\n\\tcursor: pointer;\\n}\\n\\n.ui-datepicker-prev,\\n.ui-datepicker-next {\\n\\tcursor: pointer;\\n\\twidth: 24px !important;\\n\\theight: 24px !important;\\n\\tfont-size: 24px;\\n\\tfont-family: 'Topvisor-2';\\n\\tposition: static !important;\\n}\\n\\n.ui-datepicker-prev:before {\\n\\tcontent: '';\\n}\\n\\n.ui-datepicker-next {\\n\\torder: 1;\\n}\\n\\n.ui-datepicker-next:before {\\n\\tcontent: '';\\n}\\n\\n.ui-datepicker-prev > *,\\n.ui-datepicker-next > * {\\n\\tdisplay: none !important;\\n}\\n\\n.ui-datepicker thead th {\\n\\twidth: auto !important;\\n\\tpadding: 0 !important;\\n\\tcolor: #B3BEBF;\\n\\tfont-size: 14px;\\n\\tfont-weight: 400 !important;\\n}\\n\\n.ui-datepicker table {\\n\\tmargin: 0 !important;\\n\\tfont-size: 14px;\\n}\\n\\n.ui-datepicker td {\\n\\tbackground: none;\\n\\tpadding: 0 !important;\\n}\\n\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tborder-radius: 8px;\\n\\tborder: none;\\n\\tmin-width: 32px;\\n\\theight: 32px;\\n\\tpadding: 0;\\n\\tmargin: 1px;\\n\\tcolor: var(--color-text) !important;\\n\\tline-height: 32px;\\n\\ttext-align: center;\\n\\tposition: relative;\\n\\tdisplay: block;\\n}\\n\\n/* обычные даты */\\n.ui-datepicker td a {\\n\\tbackground: var(--datepicker-day-color);\\n}\\n\\n.ui-datepicker td a:hover {\\n\\tbackground: var(--datepicker-day-color-hover);\\n}\\n\\n/* текущий день */\\ntd.ui-datepicker-today span,\\ntd.ui-datepicker-today a {\\n\\tbackground: none;\\n\\tposition: relative;\\n}\\n\\n/* выбранные даты */\\n.ui-datepicker td.selected a {\\n\\tbackground: var(--datepicker-range-color);\\n\\tpadding-right: 0;\\n\\tpadding-left: 1px;\\n\\tmargin-right: 1px;\\n\\tmargin-left: 0;\\n}\\n\\n.ui-datepicker td.selected a:hover {\\n\\tbackground: var(--datepicker-range-color-hover);\\n}\\n\\n.ui-datepicker td.selected:not(.selected-start):not(:first-child):not(.first-of-month) a {\\n\\tborder-top-left-radius: 0;\\n\\tborder-bottom-left-radius: 0;\\n\\tpadding-left: 1px;\\n\\tmargin-left: 0;\\n}\\n\\n.ui-datepicker td.selected:not(.selected-end):not(:last-child):not(.last-of-month) a {\\n\\tborder-top-right-radius: 0;\\n\\tborder-bottom-right-radius: 0;\\n\\tpadding-right: 1px;\\n\\tmargin-right: 0;\\n}\\n\\n.ui-datepicker td.selected-start a,\\n.ui-datepicker td.selected-end a,\\n.ui-datepicker td.ui-datepicker-current-day a {\\n\\tbackground: var(--datepicker-selected-color);\\n\\tcolor: #FFF !important;\\n}\\n\\n.ui-datepicker td.selected-start a:hover,\\n.ui-datepicker td.selected-end a:hover,\\n.ui-datepicker td.ui-datepicker-current-day a:hover {\\n\\tbackground: var(--datepicker-selected-color-hover);\\n}\\n\\n.ui-datepicker-day-marks {\\n\\tline-height: normal;\\n\\tposition: absolute;\\n\\tright: 0;\\n\\tbottom: 3px;\\n\\tleft: 0;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\\n.ui-datepicker-day-marks > i {\\n\\tborder-radius: 50%;\\n\\tborder: 1px solid #FFF;\\n\\twidth: 4px;\\n\\theight: 4px;\\n\\tmargin: 0 2px;\\n}\\n\\n.ui-datepicker-day-marks-exists {\\n\\tbackground: var(--color-blue-500);\\n}\\n\\n.ui-datepicker-day-marks-update {\\n\\tbackground: var(--color-red-500);\\n}\\n\\n.ui-datepicker-row-break {\\n\\tdisplay: none;\\n}\"","import { toRef, watch } from 'vue';\nimport Core from '@/core/core/core';\nimport { dateFormat } from '@/core/utils/date';\n\nimport css from '@/components/forms/inputDate/datepicker.css?raw';\n\nCore.appendStyle(css);\n\nconst $ = (el: HTMLInputElement) => {\n\tif (!Core.$?.ui?.datepicker) {\n\t\tconsole.info('Для работы datepicker требуется глобальная загрузка jQuery UI Datepicker');\n\n\t\treturn;\n\t}\n\n\tCore.$.datepicker.setDefaults({\n\t\tdateFormat: Core.state.dateFormat.toLowerCase().replace('m', 'mm').replace('y', 'yy').replace('d', 'dd')\n\t});\n\n\treturn Core.$(el);\n};\n\nexport function connectDatepicker(el: HTMLInputElement, options: any) {\n\treturn $(el)?.datepicker(options);\n}\n\nlet dateFormatted;\nlet delimiter: string;\nlet dateNumbersCount: number;\nlet delimitersIndexes: number[];\n\nwatch(toRef(Core.state.dateFormat), () => {\n\t// генерация отформатированной даты, извлечение из нее разделителей и их индексов\n\tdateFormatted = dateFormat('2000-01-01');\n\tdelimiter = dateFormatted.match(/\\D/)?.[0] ?? '-';\n\tdateNumbersCount = dateFormatted.replace(/\\D+/g, '').length;\n\tdelimitersIndexes = [];\n\n\tfor (let i = 0; i < dateFormatted.length; i++) {\n\t\tif (dateFormatted[i] === delimiter) {\n\t\t\tdelimitersIndexes.push(i);\n\t\t}\n\t}\n}, { immediate: true });\n\n/**\n * Автоформат при вводе в поле с датой\n */\nexport function oninput(e: any) {\n\tlet selectionPos = e.target.selectionEnd;\n\tlet value = e.target.value;\n\n\t// разбить занчение на две половины - до и после каретки\n\t// удалить все символы, кроме цифр\n\tlet valueChunkLeft = value.substring(0, selectionPos).replace(/\\D+/g, '');\n\tlet valueChunkRight = value.substring(selectionPos).replace(/\\D+/g, '');\n\n\tlet extraNumbersCount = valueChunkLeft.length + valueChunkRight.length - dateNumbersCount;\n\tif (extraNumbersCount > 0) {\n\t\t// // количество цифр больше требуемого - удалить лишние\n\t\tvalueChunkLeft = valueChunkLeft.substring(0, dateNumbersCount);\n\n\t\tconst valueChunkRightMaxLength = dateNumbersCount - valueChunkLeft.length;\n\t\tvalueChunkRight = valueChunkRight.substring(valueChunkRight.length - valueChunkRightMaxLength);\n\t} else if (extraNumbersCount < 0) {\n\t\t// количество цифр меньше требуемого - добавить 0\n\t\tif (e.inputType === 'deleteContentForward') {\n\t\t\t// нажатие на delete - добавить к левой части для правильного позиционирования каретки\n\t\t\tvalueChunkLeft += '0'.repeat(-extraNumbersCount);\n\t\t} else {\n\t\t\tvalueChunkRight = '0'.repeat(-extraNumbersCount) + valueChunkRight;\n\t\t}\n\t}\n\n\tselectionPos = valueChunkLeft.length;\n\tvalue = valueChunkLeft + valueChunkRight;\n\n\t// вставить разделители\n\tfor (let i = 0; i < delimitersIndexes.length; i++) {\n\t\tconst delimiterIndex = delimitersIndexes[i];\n\n\t\tvalue = value.substring(0, delimiterIndex) + delimiter + value.substring(delimiterIndex);\n\n\t\t// сдвинуть каретку, если разделитель вставлен левее ее\n\t\tif (selectionPos >= delimiterIndex) {\n\t\t\tselectionPos++;\n\t\t}\n\t}\n\n\t// нажатие на backspace - если слева символ разделителя, перенести каретку за него\n\tif (e.inputType === 'deleteContentBackward' && value[selectionPos - 1] === delimiter) {\n\t\tselectionPos--;\n\t}\n\n\t// если значение изменилось - вставить его и переместить каретку\n\tif (value !== e.target.value) {\n\t\te.target.value = value;\n\t\te.target.selectionStart = selectionPos;\n\t\te.target.selectionEnd = selectionPos;\n\t}\n}"],"names":["css","Core","$","el","_b","_a","connectDatepicker","options","dateFormatted","delimiter","dateNumbersCount","delimitersIndexes","watch","toRef","dateFormat","i","oninput","selectionPos","value","valueChunkLeft","valueChunkRight","extraNumbersCount","valueChunkRightMaxLength","delimiterIndex"],"mappings":";;AAAA,MAAeA,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACMfC,EAAK,YAAYD,CAAG;AAEpB,MAAME,IAAI,CAACC,MAAyB;;AACnC,MAAI,GAACC,KAAAC,IAAAJ,EAAK,MAAL,gBAAAI,EAAQ,OAAR,QAAAD,EAAY,aAAY;AAC5B,YAAQ,KAAK,0EAA0E;AAEvF;AAAA,EACD;AAEK,SAAAH,EAAA,EAAE,WAAW,YAAY;AAAA,IAC7B,YAAYA,EAAK,MAAM,WAAW,YAAA,EAAc,QAAQ,KAAK,IAAI,EAAE,QAAQ,KAAK,IAAI,EAAE,QAAQ,KAAK,IAAI;AAAA,EAAA,CACvG,GAEMA,EAAK,EAAEE,CAAE;AACjB;AAEgB,SAAAG,EAAkBH,GAAsBI,GAAc;;AACrE,UAAOF,IAAAH,EAAEC,CAAE,MAAJ,gBAAAE,EAAO,WAAWE;AAC1B;AAEA,IAAIC,GACAC,GACAC,GACAC;AAEJC,EAAMC,EAAMZ,EAAK,MAAM,UAAU,GAAG,MAAM;;AAEzC,EAAAO,IAAgBM,EAAW,YAAY,GACvCL,MAAYJ,IAAAG,EAAc,MAAM,IAAI,MAAxB,gBAAAH,EAA4B,OAAM,KAC9CK,IAAmBF,EAAc,QAAQ,QAAQ,EAAE,EAAE,QACrDG,IAAoB,CAAA;AAEpB,WAASI,IAAI,GAAGA,IAAIP,EAAc,QAAQO;AACrC,IAAAP,EAAcO,CAAC,MAAMN,KACxBE,EAAkB,KAAKI,CAAC;AAG3B,GAAG,EAAE,WAAW,GAAA,CAAM;AAKf,SAASC,EAAQ,GAAQ;AAC3B,MAAAC,IAAe,EAAE,OAAO,cACxBC,IAAQ,EAAE,OAAO,OAIjBC,IAAiBD,EAAM,UAAU,GAAGD,CAAY,EAAE,QAAQ,QAAQ,EAAE,GACpEG,IAAkBF,EAAM,UAAUD,CAAY,EAAE,QAAQ,QAAQ,EAAE,GAElEI,IAAoBF,EAAe,SAASC,EAAgB,SAASV;AACzE,MAAIW,IAAoB,GAAG;AAET,IAAAF,IAAAA,EAAe,UAAU,GAAGT,CAAgB;AAEvD,UAAAY,IAA2BZ,IAAmBS,EAAe;AACnE,IAAAC,IAAkBA,EAAgB,UAAUA,EAAgB,SAASE,CAAwB;AAAA,EAAA,MAC9F,CAAWD,IAAoB,MAE1B,EAAE,cAAc,yBAEDF,KAAA,IAAI,OAAO,CAACE,CAAiB,IAE/CD,IAAkB,IAAI,OAAO,CAACC,CAAiB,IAAID;AAIrD,EAAAH,IAAeE,EAAe,QAC9BD,IAAQC,IAAiBC;AAGzB,WAASL,IAAI,GAAGA,IAAIJ,EAAkB,QAAQI,KAAK;AAC5C,UAAAQ,IAAiBZ,EAAkBI,CAAC;AAElC,IAAAG,IAAAA,EAAM,UAAU,GAAGK,CAAc,IAAId,IAAYS,EAAM,UAAUK,CAAc,GAGnFN,KAAgBM,KACnBN;AAAA,EAEF;AAGA,EAAI,EAAE,cAAc,2BAA2BC,EAAMD,IAAe,CAAC,MAAMR,KAC1EQ,KAIGC,MAAU,EAAE,OAAO,UACtB,EAAE,OAAO,QAAQA,GACjB,EAAE,OAAO,iBAAiBD,GAC1B,EAAE,OAAO,eAAeA;AAE1B;"}
|
|
1
|
+
{"version":3,"file":"datepicker-C5qdwKuQ.es.js","sources":["../../src/components/forms/inputDate/datepicker.css?raw","../../src/components/forms/inputDate/datepicker.ts"],"sourcesContent":["export default \"/* ui-datepicker */\\n.ui-datepicker {\\n\\t--datepicker-day-color: #FFF;\\n\\t--datepicker-day-color-hover: var(--color-blue-150);\\n\\t--datepicker-selected-color: var(--color-blue-500);\\n\\t--datepicker-selected-color-hover: var(--color-blue-550);\\n\\t--datepicker-range-color: var(--color-blue-100);\\n\\t--datepicker-range-color-hover: var(--color-blue-150);\\n\\n\\tuser-select: none;\\n\\twidth: auto;\\n\\tpadding: 0;\\n}\\n\\n.ui-datepicker:before,\\n.ui-datepicker:after {\\n\\tdisplay: none;\\n}\\n\\n/* на странице */\\n.ui-datepicker-inline {\\n\\tdisplay: inline-block !important;\\n}\\n\\n/* в popup */\\n.ui-datepicker:not(.ui-datepicker-inline) {\\n\\tborder-radius: 8px;\\n\\tbackground: var(--content-background-color);\\n\\tbox-shadow: var(--top-shadow);\\n\\tz-index: 10000000 !important;\\n\\tpadding: 8px;\\n}\\n\\n.ui-datepicker a {\\n\\ttext-decoration: none !important;\\n}\\n\\n.ui-datepicker option {\\n\\tcolor: var(--color-text);\\n\\tfont-size: 14px;\\n}\\n\\n.ui-datepicker-header {\\n\\tpadding: 0 !important;\\n\\tmargin: 0 0 18px 0;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n}\\n\\n.ui-datepicker-header > * {\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\\n.ui-datepicker-title {\\n\\twidth: 100% !important;\\n\\theight: 24px;\\n\\tmargin: 0 !important;\\n}\\n\\n.ui-datepicker-month,\\n.ui-datepicker-year {\\n\\toutline: none !important;\\n\\twidth: auto !important;\\n\\tborder: none;\\n\\tpadding: 0;\\n\\tmargin: 0 6px !important;\\n\\ttext-align: center;\\n\\tfont-size: 16px !important;\\n}\\n\\n.ui-datepicker-month {\\n\\tcolor: var(--color-text);\\n}\\n\\n.ui-datepicker-year {\\n\\tcolor: var(--color-gray-300);\\n}\\n\\n/*\\tselect.ui-datepicker-month,\\nselect.ui-datepicker-year{ cursor: pointer; color: var(--color-blue-500); }*/\\nselect.ui-datepicker-month,\\nselect.ui-datepicker-year {\\n\\tcursor: pointer;\\n}\\n\\n.ui-datepicker-prev,\\n.ui-datepicker-next {\\n\\tcursor: pointer;\\n\\twidth: 24px !important;\\n\\theight: 24px !important;\\n\\tfont-size: 24px;\\n\\tfont-family: 'Topvisor-2';\\n\\tposition: static !important;\\n}\\n\\n.ui-datepicker-prev:before {\\n\\tcontent: '';\\n}\\n\\n.ui-datepicker-next {\\n\\torder: 1;\\n}\\n\\n.ui-datepicker-next:before {\\n\\tcontent: '';\\n}\\n\\n.ui-datepicker-prev > *,\\n.ui-datepicker-next > * {\\n\\tdisplay: none !important;\\n}\\n\\n.ui-datepicker thead th {\\n\\twidth: auto !important;\\n\\tpadding: 0 !important;\\n\\tcolor: #B3BEBF;\\n\\tfont-size: 14px;\\n\\tfont-weight: 400 !important;\\n}\\n\\n.ui-datepicker table {\\n\\tmargin: 0 !important;\\n\\tfont-size: 14px;\\n}\\n\\n.ui-datepicker td {\\n\\tbackground: none;\\n\\tpadding: 0 !important;\\n}\\n\\n.ui-datepicker td span,\\n.ui-datepicker td a {\\n\\tborder-radius: 8px;\\n\\tborder: none;\\n\\tmin-width: 32px;\\n\\theight: 32px;\\n\\tpadding: 0;\\n\\tmargin: 1px;\\n\\tcolor: var(--color-text) !important;\\n\\tline-height: 32px;\\n\\ttext-align: center;\\n\\tposition: relative;\\n\\tdisplay: block;\\n}\\n\\n/* обычные даты */\\n.ui-datepicker td a {\\n\\tbackground: var(--datepicker-day-color);\\n}\\n\\n.ui-datepicker td a:hover {\\n\\tbackground: var(--datepicker-day-color-hover);\\n}\\n\\n/* текущий день */\\ntd.ui-datepicker-today span,\\ntd.ui-datepicker-today a {\\n\\tbackground: none;\\n\\tposition: relative;\\n}\\n\\n/* выбранные даты */\\n.ui-datepicker td.selected a {\\n\\tbackground: var(--datepicker-range-color);\\n\\tpadding-right: 0;\\n\\tpadding-left: 1px;\\n\\tmargin-right: 1px;\\n\\tmargin-left: 0;\\n}\\n\\n.ui-datepicker td.selected a:hover {\\n\\tbackground: var(--datepicker-range-color-hover);\\n}\\n\\n.ui-datepicker td.selected:not(.selected-start):not(:first-child):not(.first-of-month) a {\\n\\tborder-top-left-radius: 0;\\n\\tborder-bottom-left-radius: 0;\\n\\tpadding-left: 1px;\\n\\tmargin-left: 0;\\n}\\n\\n.ui-datepicker td.selected:not(.selected-end):not(:last-child):not(.last-of-month) a {\\n\\tborder-top-right-radius: 0;\\n\\tborder-bottom-right-radius: 0;\\n\\tpadding-right: 1px;\\n\\tmargin-right: 0;\\n}\\n\\n.ui-datepicker td.selected-start a,\\n.ui-datepicker td.selected-end a,\\n.ui-datepicker td.ui-datepicker-current-day a {\\n\\tbackground: var(--datepicker-selected-color);\\n\\tcolor: #FFF !important;\\n}\\n\\n.ui-datepicker td.selected-start a:hover,\\n.ui-datepicker td.selected-end a:hover,\\n.ui-datepicker td.ui-datepicker-current-day a:hover {\\n\\tbackground: var(--datepicker-selected-color-hover);\\n}\\n\\n.ui-datepicker-day-marks {\\n\\tline-height: normal;\\n\\tposition: absolute;\\n\\tright: 0;\\n\\tbottom: 3px;\\n\\tleft: 0;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\\n.ui-datepicker-day-marks > i {\\n\\tborder-radius: 50%;\\n\\tborder: 1px solid #FFF;\\n\\twidth: 4px;\\n\\theight: 4px;\\n\\tmargin: 0 2px;\\n}\\n\\n.ui-datepicker-day-marks-exists {\\n\\tbackground: var(--color-blue-500);\\n}\\n\\n.ui-datepicker-day-marks-update {\\n\\tbackground: var(--color-red-500);\\n}\\n\\n.ui-datepicker-row-break {\\n\\tdisplay: none;\\n}\"","import { toRef, watch } from 'vue';\nimport Core from '@/core/core/core';\nimport { dateFormat } from '@/core/utils/date';\n\nimport css from '@/components/forms/inputDate/datepicker.css?raw';\n\nCore.appendStyle(css);\n\nconst $ = (el: HTMLInputElement) => {\n\tif (!Core.$?.ui?.datepicker) {\n\t\tconsole.info('Для работы datepicker требуется глобальная загрузка jQuery UI Datepicker');\n\n\t\treturn;\n\t}\n\n\tCore.$.datepicker.setDefaults({\n\t\tdateFormat: Core.state.dateFormat.toLowerCase().replace('m', 'mm').replace('y', 'yy').replace('d', 'dd')\n\t});\n\n\treturn Core.$(el);\n};\n\nexport function connectDatepicker(el: HTMLInputElement, options: any) {\n\treturn $(el)?.datepicker(options);\n}\n\nlet dateFormatted;\nlet delimiter: string;\nlet dateNumbersCount: number;\nlet delimitersIndexes: number[];\n\nwatch(toRef(Core.state.dateFormat), () => {\n\t// генерация отформатированной даты, извлечение из нее разделителей и их индексов\n\tdateFormatted = dateFormat('2000-01-01');\n\tdelimiter = dateFormatted.match(/\\D/)?.[0] ?? '-';\n\tdateNumbersCount = dateFormatted.replace(/\\D+/g, '').length;\n\tdelimitersIndexes = [];\n\n\tfor (let i = 0; i < dateFormatted.length; i++) {\n\t\tif (dateFormatted[i] === delimiter) {\n\t\t\tdelimitersIndexes.push(i);\n\t\t}\n\t}\n}, { immediate: true });\n\n/**\n * Автоформат при вводе в поле с датой\n */\nexport function oninput(e: any) {\n\tlet selectionPos = e.target.selectionEnd;\n\tlet value = e.target.value;\n\n\t// разбить занчение на две половины - до и после каретки\n\t// удалить все символы, кроме цифр\n\tlet valueChunkLeft = value.substring(0, selectionPos).replace(/\\D+/g, '');\n\tlet valueChunkRight = value.substring(selectionPos).replace(/\\D+/g, '');\n\n\tlet extraNumbersCount = valueChunkLeft.length + valueChunkRight.length - dateNumbersCount;\n\tif (extraNumbersCount > 0) {\n\t\t// // количество цифр больше требуемого - удалить лишние\n\t\tvalueChunkLeft = valueChunkLeft.substring(0, dateNumbersCount);\n\n\t\tconst valueChunkRightMaxLength = dateNumbersCount - valueChunkLeft.length;\n\t\tvalueChunkRight = valueChunkRight.substring(valueChunkRight.length - valueChunkRightMaxLength);\n\t} else if (extraNumbersCount < 0) {\n\t\t// количество цифр меньше требуемого - добавить 0\n\t\tif (e.inputType === 'deleteContentForward') {\n\t\t\t// нажатие на delete - добавить к левой части для правильного позиционирования каретки\n\t\t\tvalueChunkLeft += '0'.repeat(-extraNumbersCount);\n\t\t} else {\n\t\t\tvalueChunkRight = '0'.repeat(-extraNumbersCount) + valueChunkRight;\n\t\t}\n\t}\n\n\tselectionPos = valueChunkLeft.length;\n\tvalue = valueChunkLeft + valueChunkRight;\n\n\t// вставить разделители\n\tfor (let i = 0; i < delimitersIndexes.length; i++) {\n\t\tconst delimiterIndex = delimitersIndexes[i];\n\n\t\tvalue = value.substring(0, delimiterIndex) + delimiter + value.substring(delimiterIndex);\n\n\t\t// сдвинуть каретку, если разделитель вставлен левее ее\n\t\tif (selectionPos >= delimiterIndex) {\n\t\t\tselectionPos++;\n\t\t}\n\t}\n\n\t// нажатие на backspace - если слева символ разделителя, перенести каретку за него\n\tif (e.inputType === 'deleteContentBackward' && value[selectionPos - 1] === delimiter) {\n\t\tselectionPos--;\n\t}\n\n\t// если значение изменилось - вставить его и переместить каретку\n\tif (value !== e.target.value) {\n\t\te.target.value = value;\n\t\te.target.selectionStart = selectionPos;\n\t\te.target.selectionEnd = selectionPos;\n\t}\n}"],"names":["css","Core","$","el","_b","_a","connectDatepicker","options","dateFormatted","delimiter","dateNumbersCount","delimitersIndexes","watch","toRef","dateFormat","i","oninput","selectionPos","value","valueChunkLeft","valueChunkRight","extraNumbersCount","valueChunkRightMaxLength","delimiterIndex"],"mappings":";;AAAA,MAAeA,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACMfC,EAAK,YAAYD,CAAG;AAEpB,MAAME,IAAI,CAACC,MAAyB;;AACnC,MAAI,GAACC,KAAAC,IAAAJ,EAAK,MAAL,gBAAAI,EAAQ,OAAR,QAAAD,EAAY,aAAY;AAC5B,YAAQ,KAAK,0EAA0E;AAEvF;AAAA,EACD;AAEK,SAAAH,EAAA,EAAE,WAAW,YAAY;AAAA,IAC7B,YAAYA,EAAK,MAAM,WAAW,YAAA,EAAc,QAAQ,KAAK,IAAI,EAAE,QAAQ,KAAK,IAAI,EAAE,QAAQ,KAAK,IAAI;AAAA,EAAA,CACvG,GAEMA,EAAK,EAAEE,CAAE;AACjB;AAEgB,SAAAG,EAAkBH,GAAsBI,GAAc;;AACrE,UAAOF,IAAAH,EAAEC,CAAE,MAAJ,gBAAAE,EAAO,WAAWE;AAC1B;AAEA,IAAIC,GACAC,GACAC,GACAC;AAEJC,EAAMC,EAAMZ,EAAK,MAAM,UAAU,GAAG,MAAM;;AAEzC,EAAAO,IAAgBM,EAAW,YAAY,GACvCL,MAAYJ,IAAAG,EAAc,MAAM,IAAI,MAAxB,gBAAAH,EAA4B,OAAM,KAC9CK,IAAmBF,EAAc,QAAQ,QAAQ,EAAE,EAAE,QACrDG,IAAoB,CAAA;AAEpB,WAASI,IAAI,GAAGA,IAAIP,EAAc,QAAQO;AACrC,IAAAP,EAAcO,CAAC,MAAMN,KACxBE,EAAkB,KAAKI,CAAC;AAG3B,GAAG,EAAE,WAAW,GAAA,CAAM;AAKf,SAASC,EAAQ,GAAQ;AAC3B,MAAAC,IAAe,EAAE,OAAO,cACxBC,IAAQ,EAAE,OAAO,OAIjBC,IAAiBD,EAAM,UAAU,GAAGD,CAAY,EAAE,QAAQ,QAAQ,EAAE,GACpEG,IAAkBF,EAAM,UAAUD,CAAY,EAAE,QAAQ,QAAQ,EAAE,GAElEI,IAAoBF,EAAe,SAASC,EAAgB,SAASV;AACzE,MAAIW,IAAoB,GAAG;AAET,IAAAF,IAAAA,EAAe,UAAU,GAAGT,CAAgB;AAEvD,UAAAY,IAA2BZ,IAAmBS,EAAe;AACnE,IAAAC,IAAkBA,EAAgB,UAAUA,EAAgB,SAASE,CAAwB;AAAA,EAAA,MAC9F,CAAWD,IAAoB,MAE1B,EAAE,cAAc,yBAEDF,KAAA,IAAI,OAAO,CAACE,CAAiB,IAE/CD,IAAkB,IAAI,OAAO,CAACC,CAAiB,IAAID;AAIrD,EAAAH,IAAeE,EAAe,QAC9BD,IAAQC,IAAiBC;AAGzB,WAASL,IAAI,GAAGA,IAAIJ,EAAkB,QAAQI,KAAK;AAC5C,UAAAQ,IAAiBZ,EAAkBI,CAAC;AAElC,IAAAG,IAAAA,EAAM,UAAU,GAAGK,CAAc,IAAId,IAAYS,EAAM,UAAUK,CAAc,GAGnFN,KAAgBM,KACnBN;AAAA,EAEF;AAGA,EAAI,EAAE,cAAc,2BAA2BC,EAAMD,IAAe,CAAC,MAAMR,KAC1EQ,KAIGC,MAAU,EAAE,OAAO,UACtB,EAAE,OAAO,QAAQA,GACjB,EAAE,OAAO,iBAAiBD,GAC1B,EAAE,OAAO,eAAeA;AAE1B;"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { insertToPage as
|
|
2
|
-
import { reactive as
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
ie(I);
|
|
6
|
-
console.timeEnd(I.join());
|
|
1
|
+
import { insertToPage as ae } from "../utils/css.js";
|
|
2
|
+
import { reactive as Y, defineComponent as y, useCssVars as te, computed as b, openBlock as u, createElementBlock as m, createElementVNode as _, createCommentVNode as g, createBlock as M, resolveDynamicComponent as re, normalizeClass as w, withCtx as D, renderSlot as k, createTextVNode as le, toDisplayString as W, mergeModels as H, useModel as oe, withDirectives as T, vModelCheckbox as se, onUnmounted as de, ref as pe, unref as B, mergeProps as A, vModelRadio as ue, resolveDirective as ce, vModelText as ne, watch as me, Fragment as O, renderList as X, vModelSelect as fe, withKeys as he, withModifiers as be } from "vue";
|
|
3
|
+
const ie = ["../assets/forms.css"].map((t) => import.meta.resolve(t));
|
|
4
|
+
ae(ie);
|
|
7
5
|
function ge() {
|
|
8
6
|
return "devicePixelRatio" in window && window.devicePixelRatio > 1;
|
|
9
7
|
}
|
|
@@ -69,23 +67,23 @@ const oo = () => $(document).scrollTop(), so = () => $(document), no = () => [do
|
|
|
69
67
|
class $e {
|
|
70
68
|
}
|
|
71
69
|
const Se = 100;
|
|
72
|
-
let
|
|
73
|
-
const
|
|
70
|
+
let q;
|
|
71
|
+
const I = /* @__PURE__ */ new Map(), R = {
|
|
74
72
|
width: window.innerWidth,
|
|
75
73
|
height: window.innerHeight
|
|
76
74
|
};
|
|
77
75
|
function ke(t) {
|
|
78
|
-
|
|
76
|
+
I.set(t, t);
|
|
79
77
|
}
|
|
80
78
|
function Me(t) {
|
|
81
|
-
|
|
79
|
+
I.delete(t);
|
|
82
80
|
}
|
|
83
81
|
function Ve(t) {
|
|
84
|
-
clearTimeout(
|
|
82
|
+
clearTimeout(q), q = setTimeout(function() {
|
|
85
83
|
t.topEvent = {
|
|
86
84
|
widthDiff: R.width - window.innerWidth,
|
|
87
85
|
hightDiff: R.height - window.innerHeight
|
|
88
|
-
}, R.width = window.innerWidth, R.height = window.innerHeight,
|
|
86
|
+
}, R.width = window.innerWidth, R.height = window.innerHeight, I.forEach((e) => e(t));
|
|
89
87
|
}, Se);
|
|
90
88
|
}
|
|
91
89
|
window.addEventListener("resize", Ve);
|
|
@@ -93,16 +91,16 @@ const We = {
|
|
|
93
91
|
addOnReize: ke,
|
|
94
92
|
removeOnResize: Me
|
|
95
93
|
};
|
|
96
|
-
var
|
|
94
|
+
var x;
|
|
97
95
|
const Te = {
|
|
98
96
|
widthForMobile: 900,
|
|
99
97
|
dateFormat: "Y-m-d",
|
|
100
98
|
/**
|
|
101
99
|
* Для Москвы: +0300
|
|
102
100
|
*/
|
|
103
|
-
gmt: (
|
|
101
|
+
gmt: (x = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : x[1]
|
|
104
102
|
};
|
|
105
|
-
var
|
|
103
|
+
var ee;
|
|
106
104
|
const Be = {
|
|
107
105
|
/**
|
|
108
106
|
* Device by size
|
|
@@ -133,7 +131,7 @@ const Be = {
|
|
|
133
131
|
// См. core.options
|
|
134
132
|
dateFormat: "Y-m-d",
|
|
135
133
|
// См. core.options
|
|
136
|
-
gmt: (
|
|
134
|
+
gmt: (ee = (/* @__PURE__ */ new Date()).toString().match(/GMT(\S+)/)) == null ? void 0 : ee[1]
|
|
137
135
|
}, C = (t) => {
|
|
138
136
|
var e, s;
|
|
139
137
|
if (!((s = (e = p.$) == null ? void 0 : e.ui) != null && s.tooltip)) {
|
|
@@ -141,7 +139,7 @@ const Be = {
|
|
|
141
139
|
return;
|
|
142
140
|
}
|
|
143
141
|
return p.$(t);
|
|
144
|
-
},
|
|
142
|
+
}, G = (t, e) => {
|
|
145
143
|
var n;
|
|
146
144
|
const s = t.value ?? {};
|
|
147
145
|
return s.content ??= (n = e.props) == null ? void 0 : n.title, s.content = String(s.content).replace(/\r\n|\r|\n/g, "<br>"), s.position ??= {
|
|
@@ -151,11 +149,11 @@ const Be = {
|
|
|
151
149
|
}, Le = {
|
|
152
150
|
mounted(t, e, s) {
|
|
153
151
|
var n;
|
|
154
|
-
(n = C(t)) == null || n.tooltip(
|
|
152
|
+
(n = C(t)) == null || n.tooltip(G(e, s));
|
|
155
153
|
},
|
|
156
154
|
updated(t, e, s, n) {
|
|
157
155
|
var i;
|
|
158
|
-
const a =
|
|
156
|
+
const a = G(e, s), o = (i = C(t)) == null ? void 0 : i.tooltip("instance");
|
|
159
157
|
o && (o.options = {
|
|
160
158
|
...o.options,
|
|
161
159
|
...a
|
|
@@ -185,9 +183,9 @@ const ze = {
|
|
|
185
183
|
E == null || E.disconnect();
|
|
186
184
|
}
|
|
187
185
|
};
|
|
188
|
-
let
|
|
186
|
+
let K = !1, z, F;
|
|
189
187
|
const P = /* @__PURE__ */ new Map(), De = (t, e) => {
|
|
190
|
-
const { distance: s, percent: n } =
|
|
188
|
+
const { distance: s, percent: n } = F, a = t.getBoundingClientRect().top, o = e * n / 100 / s, i = (e - a) / o;
|
|
191
189
|
i <= s ? t.style.transform = `translateY(${s - i}px)` : t.style.transform = "translateY(0px)";
|
|
192
190
|
}, Ne = (t) => {
|
|
193
191
|
let e = window.innerHeight;
|
|
@@ -197,7 +195,7 @@ const P = /* @__PURE__ */ new Map(), De = (t, e) => {
|
|
|
197
195
|
e = window.innerHeight, s.forEach((n) => {
|
|
198
196
|
const a = n.target;
|
|
199
197
|
if (n.intersectionRatio < 0.1 ? P.delete(a) : P.set(a, a), n.intersectionRatio === 0) {
|
|
200
|
-
const { distance: o, percent: i } =
|
|
198
|
+
const { distance: o, percent: i } = F;
|
|
201
199
|
a.style.transform = `translateY(${o}px)`;
|
|
202
200
|
}
|
|
203
201
|
});
|
|
@@ -210,28 +208,28 @@ const P = /* @__PURE__ */ new Map(), De = (t, e) => {
|
|
|
210
208
|
if (p.state.isMobileUA) return;
|
|
211
209
|
const n = (i = e.arg) == null ? void 0 : i.split(":");
|
|
212
210
|
let a = Number((n == null ? void 0 : n[0]) ?? 100), o = Number((n == null ? void 0 : n[1]) ?? 30);
|
|
213
|
-
|
|
211
|
+
F = {
|
|
214
212
|
distance: a,
|
|
215
213
|
percent: o
|
|
216
|
-
},
|
|
214
|
+
}, K || (Ne(), K = !0), z.observe(t);
|
|
217
215
|
},
|
|
218
216
|
unmounted(t, e, s) {
|
|
219
217
|
P.delete(t), z == null || z.unobserve(t);
|
|
220
218
|
}
|
|
221
|
-
}, Pe = () => typeof window > "u" ? {} : window,
|
|
219
|
+
}, Pe = () => typeof window > "u" ? {} : window, Q = Pe();
|
|
222
220
|
class p {
|
|
223
221
|
/**
|
|
224
222
|
* Настройки словаря
|
|
225
223
|
*/
|
|
226
|
-
static L =
|
|
224
|
+
static L = Y({
|
|
227
225
|
Not_date: "Not date"
|
|
228
226
|
});
|
|
229
|
-
static page =
|
|
227
|
+
static page = Q.page ?? {};
|
|
230
228
|
static Page = $e;
|
|
231
229
|
static options = Te;
|
|
232
|
-
static state =
|
|
230
|
+
static state = Y({ ...Be });
|
|
233
231
|
static matchMediaIsMobile;
|
|
234
|
-
static $ =
|
|
232
|
+
static $ = Q.$;
|
|
235
233
|
/**
|
|
236
234
|
* Добавить на страницу стили, используется для загрузки стилей из js
|
|
237
235
|
*
|
|
@@ -403,7 +401,7 @@ const Oe = { class: "top-avatar" }, Ce = ["src", "title"], He = ["title"], Ie =
|
|
|
403
401
|
}) }
|
|
404
402
|
},
|
|
405
403
|
setup(t) {
|
|
406
|
-
|
|
404
|
+
te((a) => ({
|
|
407
405
|
"5365dc30": a.size + "px"
|
|
408
406
|
}));
|
|
409
407
|
const e = t, s = b(() => {
|
|
@@ -511,7 +509,7 @@ ${s.value}` : "") : s.value);
|
|
|
511
509
|
"top-size_xl": "top-size_xl"
|
|
512
510
|
}, Ke = {
|
|
513
511
|
$style: Ge
|
|
514
|
-
}, co = /* @__PURE__ */ v(Xe, [["__cssModules", Ke]]), Qe = { class: "top-forms-optionLabel" },
|
|
512
|
+
}, co = /* @__PURE__ */ v(Xe, [["__cssModules", Ke]]), Qe = { class: "top-forms-optionLabel" }, Je = /* @__PURE__ */ y({
|
|
515
513
|
__name: "controlLabel",
|
|
516
514
|
props: {
|
|
517
515
|
description: {},
|
|
@@ -533,15 +531,15 @@ ${s.value}` : "") : s.value);
|
|
|
533
531
|
}, W(e.description), 3)) : g("", !0)
|
|
534
532
|
]));
|
|
535
533
|
}
|
|
536
|
-
}),
|
|
534
|
+
}), Ze = {
|
|
537
535
|
"top-forms-optionLabel": "top-forms-optionLabel",
|
|
538
536
|
"top-forms-optionLabel_title": "top-forms-optionLabel_title",
|
|
539
537
|
"top-forms-optionLabel_title-disabled": "top-forms-optionLabel_title-disabled",
|
|
540
538
|
"top-forms-optionLabel_description": "top-forms-optionLabel_description",
|
|
541
539
|
"top-forms-optionLabel_description-disabled": "top-forms-optionLabel_description-disabled"
|
|
542
|
-
},
|
|
543
|
-
$style:
|
|
544
|
-
},
|
|
540
|
+
}, je = {
|
|
541
|
+
$style: Ze
|
|
542
|
+
}, U = /* @__PURE__ */ v(Je, [["__cssModules", je]]), xe = ["name", "value", "indeterminate", "disabled"], et = /* @__PURE__ */ y({
|
|
545
543
|
__name: "checkbox",
|
|
546
544
|
props: /* @__PURE__ */ H({
|
|
547
545
|
modelValue: { type: [Boolean, Array, Set] },
|
|
@@ -557,7 +555,7 @@ ${s.value}` : "") : s.value);
|
|
|
557
555
|
}),
|
|
558
556
|
emits: ["update:modelValue"],
|
|
559
557
|
setup(t) {
|
|
560
|
-
const e =
|
|
558
|
+
const e = oe(t, "modelValue");
|
|
561
559
|
return (s, n) => (u(), m("label", {
|
|
562
560
|
class: w({
|
|
563
561
|
"top-forms-optionWrapper": !0,
|
|
@@ -581,9 +579,9 @@ ${s.value}` : "") : s.value);
|
|
|
581
579
|
indeterminate: s.indeterminate,
|
|
582
580
|
disabled: s.disabled
|
|
583
581
|
}, null, 10, xe), [
|
|
584
|
-
[
|
|
582
|
+
[se, e.value]
|
|
585
583
|
]),
|
|
586
|
-
s.$slots.default ? (u(), M(
|
|
584
|
+
s.$slots.default ? (u(), M(U, {
|
|
587
585
|
key: 0,
|
|
588
586
|
description: s.description,
|
|
589
587
|
disabled: s.disabled
|
|
@@ -664,12 +662,12 @@ const pt = /* @__PURE__ */ y({
|
|
|
664
662
|
i.value = d.target.value;
|
|
665
663
|
};
|
|
666
664
|
async function r(d) {
|
|
667
|
-
const c = await import("./datepicker-
|
|
665
|
+
const c = await import("./datepicker-C5qdwKuQ.es.js");
|
|
668
666
|
Z = c.oninput, o = c.connectDatepicker(d.target, {
|
|
669
667
|
onSelect: () => f(d)
|
|
670
668
|
}), o && o.datepicker("show");
|
|
671
669
|
}
|
|
672
|
-
return (d, c) => B(dt) ? (u(), M(B(
|
|
670
|
+
return (d, c) => B(dt) ? (u(), M(B(j), A({ key: 0 }, d.$props, {
|
|
673
671
|
modelValue: i.value,
|
|
674
672
|
readonly: "",
|
|
675
673
|
onClick: c[1] || (c[1] = (h) => a.value.showPicker())
|
|
@@ -686,7 +684,7 @@ const pt = /* @__PURE__ */ y({
|
|
|
686
684
|
}, null, 40, lt)
|
|
687
685
|
]),
|
|
688
686
|
_: 1
|
|
689
|
-
}, 16, ["modelValue"])) : (u(), M(B(
|
|
687
|
+
}, 16, ["modelValue"])) : (u(), M(B(j), A({ key: 1 }, d.$props, {
|
|
690
688
|
modelValue: i.value,
|
|
691
689
|
"onUpdate:modelValue": c[2] || (c[2] = (h) => h === "" ? i.value = "" : ""),
|
|
692
690
|
onInput: B(l),
|
|
@@ -759,7 +757,7 @@ const pt = /* @__PURE__ */ y({
|
|
|
759
757
|
}, null, 10, wt), [
|
|
760
758
|
[ue, a.value]
|
|
761
759
|
]),
|
|
762
|
-
o.$slots.default ? (u(), M(
|
|
760
|
+
o.$slots.default ? (u(), M(U, {
|
|
763
761
|
key: 0,
|
|
764
762
|
description: o.description,
|
|
765
763
|
disabled: o.disabled
|
|
@@ -818,9 +816,9 @@ const pt = /* @__PURE__ */ y({
|
|
|
818
816
|
value: o.value,
|
|
819
817
|
disabled: o.disabled
|
|
820
818
|
}, null, 10, $t), [
|
|
821
|
-
[
|
|
819
|
+
[se, a.value]
|
|
822
820
|
]),
|
|
823
|
-
o.$slots.default ? (u(), M(
|
|
821
|
+
o.$slots.default ? (u(), M(U, {
|
|
824
822
|
key: 0,
|
|
825
823
|
description: o.description,
|
|
826
824
|
disabled: o.disabled
|
|
@@ -858,7 +856,7 @@ const pt = /* @__PURE__ */ y({
|
|
|
858
856
|
},
|
|
859
857
|
emits: ["update:modelValue"],
|
|
860
858
|
setup(t, { emit: e }) {
|
|
861
|
-
|
|
859
|
+
te((o) => ({
|
|
862
860
|
c35baa86: o.minHeight + "px"
|
|
863
861
|
}));
|
|
864
862
|
const s = t, n = e, a = b({
|
|
@@ -895,7 +893,7 @@ const pt = /* @__PURE__ */ y({
|
|
|
895
893
|
}, o.$attrs, {
|
|
896
894
|
"onUpdate:modelValue": i[0] || (i[0] = (f) => a.value = f)
|
|
897
895
|
}), null, 16, Vt), [
|
|
898
|
-
[
|
|
896
|
+
[ne, a.value]
|
|
899
897
|
]),
|
|
900
898
|
o.expandable ? (u(), m("div", Wt, W(a.value + " "), 1)) : g("", !0),
|
|
901
899
|
o.hint ? T((u(), M(rt, {
|
|
@@ -939,7 +937,7 @@ const pt = /* @__PURE__ */ y({
|
|
|
939
937
|
}),
|
|
940
938
|
emits: /* @__PURE__ */ H(["update:modelValue"], ["update:modelValue"]),
|
|
941
939
|
setup(t, { emit: e }) {
|
|
942
|
-
const s = t, n =
|
|
940
|
+
const s = t, n = oe(t, "modelValue"), a = b(() => {
|
|
943
941
|
const r = /* @__PURE__ */ new Map();
|
|
944
942
|
return s.options.forEach((d, c) => {
|
|
945
943
|
if (typeof d == "string" && (d = i(c, d)), d.children) {
|
|
@@ -1004,13 +1002,13 @@ const pt = /* @__PURE__ */ y({
|
|
|
1004
1002
|
disabled: r.disabled,
|
|
1005
1003
|
"onUpdate:modelValue": d[0] || (d[0] = (c) => n.value = c)
|
|
1006
1004
|
}, [
|
|
1007
|
-
(u(!0), m(O, null,
|
|
1005
|
+
(u(!0), m(O, null, X(a.value, ([c, h]) => (u(), m(O, null, [
|
|
1008
1006
|
h.children ? (u(), m("optgroup", {
|
|
1009
1007
|
key: "group_" + c,
|
|
1010
1008
|
label: h.title,
|
|
1011
1009
|
disabled: h.disabled
|
|
1012
1010
|
}, [
|
|
1013
|
-
(u(!0), m(O, null,
|
|
1011
|
+
(u(!0), m(O, null, X(h.children, ([S, N]) => (u(), m("option", {
|
|
1014
1012
|
key: S,
|
|
1015
1013
|
value: S,
|
|
1016
1014
|
selected: S === n.value,
|
|
@@ -1113,7 +1111,7 @@ const Yt = {
|
|
|
1113
1111
|
readonly: l.readonly,
|
|
1114
1112
|
onKeydown: f[1] || (f[1] = he((r) => (l.addCleaner || !!l.$slots.btn) && i(r), ["esc"]))
|
|
1115
1113
|
}, l.$attrs), null, 16, Gt), [
|
|
1116
|
-
[
|
|
1114
|
+
[ne, a.value]
|
|
1117
1115
|
]),
|
|
1118
1116
|
l.addCleaner && a.value && a.value !== "0000-00-00" ? (u(), m("span", {
|
|
1119
1117
|
key: 1,
|
|
@@ -1125,24 +1123,24 @@ const Yt = {
|
|
|
1125
1123
|
k(l.$slots, "default")
|
|
1126
1124
|
], 10, qt));
|
|
1127
1125
|
}
|
|
1128
|
-
}),
|
|
1126
|
+
}), Jt = {
|
|
1129
1127
|
"top-input": "top-input",
|
|
1130
1128
|
"top-input_input": "top-input_input",
|
|
1131
1129
|
"top-input-withCleaner": "top-input-withCleaner",
|
|
1132
1130
|
"top-input_cleaner": "top-input_cleaner",
|
|
1133
1131
|
"top-loadbar": "top-loadbar"
|
|
1134
|
-
},
|
|
1135
|
-
$style:
|
|
1136
|
-
},
|
|
1132
|
+
}, Zt = {
|
|
1133
|
+
$style: Jt
|
|
1134
|
+
}, j = /* @__PURE__ */ v(Qt, [["__cssModules", Zt]]);
|
|
1137
1135
|
export {
|
|
1138
1136
|
co as B,
|
|
1139
1137
|
p as C,
|
|
1140
1138
|
We as E,
|
|
1141
1139
|
rt as H,
|
|
1142
|
-
|
|
1140
|
+
j as I,
|
|
1143
1141
|
Xt as L,
|
|
1144
1142
|
wo as T,
|
|
1145
|
-
|
|
1143
|
+
Q as _,
|
|
1146
1144
|
v as a,
|
|
1147
1145
|
ge as b,
|
|
1148
1146
|
we as c,
|
|
@@ -1163,11 +1161,11 @@ export {
|
|
|
1163
1161
|
uo as r,
|
|
1164
1162
|
lo as s,
|
|
1165
1163
|
mo as t,
|
|
1166
|
-
|
|
1164
|
+
U as u,
|
|
1167
1165
|
fo as v,
|
|
1168
1166
|
ho as w,
|
|
1169
1167
|
bo as x,
|
|
1170
1168
|
go as y,
|
|
1171
1169
|
vo as z
|
|
1172
1170
|
};
|
|
1173
|
-
//# sourceMappingURL=forms-
|
|
1171
|
+
//# sourceMappingURL=forms-BkBLBZBn.es.js.map
|