vuetify 2.6.16 → 2.7.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/json/attributes.json +33 -1
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +140 -21
- package/dist/vuetify.css +53 -10
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +685 -258
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VCalendar/mixins/calendar-base.js +1 -1
- package/es5/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +96 -61
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js +3 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +3 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VInput/VInput.js +12 -1
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +18 -2
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +11 -3
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +8 -2
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +14 -4
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js +10 -5
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +5 -1
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VTabs/VTab.js +4 -0
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +17 -0
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/af.js +7 -1
- package/es5/locale/af.js.map +1 -1
- package/es5/locale/ar.js +7 -1
- package/es5/locale/ar.js.map +1 -1
- package/es5/locale/az.js +7 -1
- package/es5/locale/az.js.map +1 -1
- package/es5/locale/bg.js +7 -1
- package/es5/locale/bg.js.map +1 -1
- package/es5/locale/ca.js +7 -1
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/ckb.js +7 -1
- package/es5/locale/ckb.js.map +1 -1
- package/es5/locale/cs.js +7 -1
- package/es5/locale/cs.js.map +1 -1
- package/es5/locale/da.js +7 -1
- package/es5/locale/da.js.map +1 -1
- package/es5/locale/de.js +7 -1
- package/es5/locale/de.js.map +1 -1
- package/es5/locale/el.js +7 -1
- package/es5/locale/el.js.map +1 -1
- package/es5/locale/en.js +7 -1
- package/es5/locale/en.js.map +1 -1
- package/es5/locale/es.js +7 -1
- package/es5/locale/es.js.map +1 -1
- package/es5/locale/et.js +7 -1
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/fa.js +7 -1
- package/es5/locale/fa.js.map +1 -1
- package/es5/locale/fi.js +7 -1
- package/es5/locale/fi.js.map +1 -1
- package/es5/locale/fr.js +7 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/he.js +7 -1
- package/es5/locale/he.js.map +1 -1
- package/es5/locale/hr.js +7 -1
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/hu.js +7 -1
- package/es5/locale/hu.js.map +1 -1
- package/es5/locale/id.js +7 -1
- package/es5/locale/id.js.map +1 -1
- package/es5/locale/it.js +7 -1
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/ja.js +7 -1
- package/es5/locale/ja.js.map +1 -1
- package/es5/locale/ko.js +7 -1
- package/es5/locale/ko.js.map +1 -1
- package/es5/locale/lt.js +7 -1
- package/es5/locale/lt.js.map +1 -1
- package/es5/locale/lv.js +7 -1
- package/es5/locale/lv.js.map +1 -1
- package/es5/locale/nl.js +7 -1
- package/es5/locale/nl.js.map +1 -1
- package/es5/locale/no.js +7 -1
- package/es5/locale/no.js.map +1 -1
- package/es5/locale/pl.js +7 -1
- package/es5/locale/pl.js.map +1 -1
- package/es5/locale/pt.js +7 -1
- package/es5/locale/pt.js.map +1 -1
- package/es5/locale/ro.js +7 -1
- package/es5/locale/ro.js.map +1 -1
- package/es5/locale/ru.js +7 -1
- package/es5/locale/ru.js.map +1 -1
- package/es5/locale/sk.js +7 -1
- package/es5/locale/sk.js.map +1 -1
- package/es5/locale/sl.js +7 -1
- package/es5/locale/sl.js.map +1 -1
- package/es5/locale/sr-Cyrl.js +7 -1
- package/es5/locale/sr-Cyrl.js.map +1 -1
- package/es5/locale/sr-Latn.js +7 -1
- package/es5/locale/sr-Latn.js.map +1 -1
- package/es5/locale/sv.js +7 -1
- package/es5/locale/sv.js.map +1 -1
- package/es5/locale/th.js +7 -1
- package/es5/locale/th.js.map +1 -1
- package/es5/locale/tr.js +7 -1
- package/es5/locale/tr.js.map +1 -1
- package/es5/locale/uk.js +7 -1
- package/es5/locale/uk.js.map +1 -1
- package/es5/locale/vi.js +7 -1
- package/es5/locale/vi.js.map +1 -1
- package/es5/locale/zh-Hans.js +7 -1
- package/es5/locale/zh-Hans.js.map +1 -1
- package/es5/locale/zh-Hant.js +7 -1
- package/es5/locale/zh-Hant.js.map +1 -1
- package/es5/mixins/groupable/index.js +9 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/{components/VCalendar/mixins/mouse.js → mixins/mouse/index.js} +14 -6
- package/es5/mixins/mouse/index.js.map +1 -0
- package/es5/mixins/validatable/index.js +14 -4
- package/es5/mixins/validatable/index.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.js +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +56 -24
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VInput/VInput.js +11 -1
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +14 -3
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +7 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +8 -2
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +14 -4
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +10 -5
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTab.js +4 -0
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.js +19 -0
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/af.js +7 -1
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.js +7 -1
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.js +7 -1
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.js +7 -1
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.js +7 -1
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.js +7 -1
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.js +7 -1
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.js +7 -1
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.js +7 -1
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.js +7 -1
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.js +7 -1
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.js +7 -1
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.js +7 -1
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.js +7 -1
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.js +7 -1
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.js +7 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.js +7 -1
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.js +7 -1
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.js +7 -1
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.js +7 -1
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.js +7 -1
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.js +7 -1
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/ko.js +7 -1
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.js +7 -1
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.js +7 -1
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.js +7 -1
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.js +7 -1
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.js +7 -1
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.js +7 -1
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.js +7 -1
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.js +7 -1
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.js +7 -1
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.js +7 -1
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.js +7 -1
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.js +7 -1
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.js +7 -1
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.js +7 -1
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.js +7 -1
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.js +7 -1
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.js +7 -1
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.js +7 -1
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.js +7 -1
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/mixins/groupable/index.js +9 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/{components/VCalendar/mixins/mouse.js → mixins/mouse/index.js} +12 -6
- package/lib/mixins/mouse/index.js.map +1 -0
- package/lib/mixins/validatable/index.js +14 -4
- package/lib/mixins/validatable/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VCalendar/mixins/calendar-base.ts +1 -1
- package/src/components/VDataTable/VDataTable.ts +69 -21
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +28 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +15 -15
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +1 -1
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +18 -18
- package/src/components/VForm/__tests__/VForm.spec.ts +22 -1
- package/src/components/VInput/VInput.ts +12 -1
- package/src/components/VInput/__tests__/VInput.spec.ts +7 -0
- package/src/components/VItemGroup/VItem.sass +4 -0
- package/src/components/VItemGroup/VItem.ts +12 -1
- package/src/components/VMenu/VMenu.ts +8 -1
- package/src/components/VMenu/__tests__/VMenu.spec.ts +130 -0
- package/src/components/VPagination/VPagination.ts +17 -12
- package/src/components/VRadioGroup/VRadio.ts +10 -4
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +2 -2
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +10 -5
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +7 -0
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +31 -0
- package/src/components/VSlideGroup/VSlideGroup.ts +4 -0
- package/src/components/VTabs/VTab.ts +5 -0
- package/src/components/VTabs/VTabs.sass +1 -1
- package/src/components/VTabs/__tests__/VTabs.spec.ts +22 -0
- package/src/components/VTabs/_variables.scss +1 -0
- package/src/components/VTextField/__tests__/VTextField.spec.ts +15 -8
- package/src/components/VTimePicker/VTimePicker.ts +18 -0
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +65 -0
- package/src/locale/af.ts +6 -0
- package/src/locale/ar.ts +6 -0
- package/src/locale/az.ts +6 -0
- package/src/locale/bg.ts +6 -0
- package/src/locale/ca.ts +6 -0
- package/src/locale/ckb.ts +6 -0
- package/src/locale/cs.ts +6 -0
- package/src/locale/da.ts +6 -0
- package/src/locale/de.ts +6 -0
- package/src/locale/el.ts +6 -0
- package/src/locale/en.ts +6 -0
- package/src/locale/es.ts +6 -0
- package/src/locale/et.ts +6 -0
- package/src/locale/fa.ts +6 -0
- package/src/locale/fi.ts +6 -0
- package/src/locale/fr.ts +6 -0
- package/src/locale/he.ts +6 -0
- package/src/locale/hr.ts +6 -0
- package/src/locale/hu.ts +6 -0
- package/src/locale/id.ts +6 -0
- package/src/locale/it.ts +6 -0
- package/src/locale/ja.ts +6 -0
- package/src/locale/ko.ts +6 -0
- package/src/locale/lt.ts +6 -0
- package/src/locale/lv.ts +6 -0
- package/src/locale/nl.ts +6 -0
- package/src/locale/no.ts +6 -0
- package/src/locale/pl.ts +6 -0
- package/src/locale/pt.ts +6 -0
- package/src/locale/ro.ts +6 -0
- package/src/locale/ru.ts +6 -0
- package/src/locale/sk.ts +6 -0
- package/src/locale/sl.ts +6 -0
- package/src/locale/sr-Cyrl.ts +6 -0
- package/src/locale/sr-Latn.ts +6 -0
- package/src/locale/sv.ts +6 -0
- package/src/locale/th.ts +6 -0
- package/src/locale/tr.ts +6 -0
- package/src/locale/uk.ts +6 -0
- package/src/locale/vi.ts +6 -0
- package/src/locale/zh-Hans.ts +6 -0
- package/src/locale/zh-Hant.ts +6 -0
- package/src/mixins/groupable/index.ts +9 -2
- package/src/{components/VCalendar/mixins → mixins/mouse}/__tests__/mouse.spec.ts +2 -2
- package/src/{components/VCalendar/mixins/mouse.ts → mixins/mouse/index.ts} +10 -4
- package/src/mixins/validatable/index.ts +10 -4
- package/src/services/presets/__tests__/__snapshots__/presets.spec.ts.snap +2 -2
- package/src/styles/settings/_variables.scss +3 -2
- package/types/index.d.ts +6 -0
- package/es5/components/VCalendar/mixins/mouse.js.map +0 -1
- package/lib/components/VCalendar/mixins/mouse.js.map +0 -1
|
@@ -180,4 +180,26 @@ describe('VTabs.ts', () => {
|
|
|
180
180
|
expect(wrapper.vm.slider.height).toBe(99)
|
|
181
181
|
expect(wrapper.vm.slider.width).toBe(4)
|
|
182
182
|
})
|
|
183
|
+
|
|
184
|
+
it('should use tabValue if it exists', () => {
|
|
185
|
+
const wrapper = mountFunction({
|
|
186
|
+
propsData: {
|
|
187
|
+
value: 'first',
|
|
188
|
+
},
|
|
189
|
+
slots: {
|
|
190
|
+
default: {
|
|
191
|
+
render: h => h('div', [
|
|
192
|
+
h(VTab, { props: { tabValue: 'first' } }),
|
|
193
|
+
h(VTab, { props: { tabValue: 'second' } }),
|
|
194
|
+
]),
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
})
|
|
198
|
+
|
|
199
|
+
const tab = wrapper.findAll('.v-tab').at(1).trigger('click')
|
|
200
|
+
|
|
201
|
+
const emitted = wrapper.emitted('change')
|
|
202
|
+
|
|
203
|
+
expect(emitted).toStrictEqual([['second']])
|
|
204
|
+
})
|
|
183
205
|
})
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
$tab-disabled-opacity: .5 !default;
|
|
4
4
|
$tab-font-size: map-deep-get($headings, 'subtitle-2', 'size') !default;
|
|
5
5
|
$tab-font-weight: map-deep-get($headings, 'subtitle-2', 'weight') !default;
|
|
6
|
+
$tab-text-transform: 'uppercase' !default;
|
|
6
7
|
$tab-line-height: normal !default;
|
|
7
8
|
$tabs-bar-background-color: 'cards' !default;
|
|
8
9
|
$tabs-bar-height: 48px !default;
|
|
@@ -11,17 +11,22 @@ import { waitAnimationFrame } from '../../../../test'
|
|
|
11
11
|
describe('VTextField.ts', () => { // eslint-disable-line max-statements
|
|
12
12
|
type Instance = InstanceType<typeof VTextField>
|
|
13
13
|
let mountFunction: (options?: MountOptions<Instance>) => Wrapper<Instance>
|
|
14
|
+
let mocks: any
|
|
14
15
|
beforeEach(() => {
|
|
16
|
+
mocks = {
|
|
17
|
+
$vuetify: {
|
|
18
|
+
icons: {},
|
|
19
|
+
rtl: false,
|
|
20
|
+
lang: {
|
|
21
|
+
t: (val: string) => val,
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
}
|
|
15
25
|
mountFunction = (options?: MountOptions<Instance>) => {
|
|
16
26
|
return mount(VTextField, {
|
|
17
27
|
// https://github.com/vuejs/vue-test-utils/issues/1130
|
|
18
28
|
sync: false,
|
|
19
|
-
mocks
|
|
20
|
-
$vuetify: {
|
|
21
|
-
icons: {},
|
|
22
|
-
rtl: false,
|
|
23
|
-
},
|
|
24
|
-
},
|
|
29
|
+
mocks,
|
|
25
30
|
...options,
|
|
26
31
|
})
|
|
27
32
|
}
|
|
@@ -51,7 +56,7 @@ describe('VTextField.ts', () => { // eslint-disable-line max-statements
|
|
|
51
56
|
return h(VTextField, { on: { keyUp: keyup }, props: { download: '' }, attrs: {} })
|
|
52
57
|
},
|
|
53
58
|
}
|
|
54
|
-
const wrapper = mount(component)
|
|
59
|
+
const wrapper = mount(component, { mocks })
|
|
55
60
|
|
|
56
61
|
const input = wrapper.findAll('input').at(0)
|
|
57
62
|
input.trigger('keyUp', { keyCode: 65 })
|
|
@@ -296,6 +301,7 @@ describe('VTextField.ts', () => { // eslint-disable-line max-statements
|
|
|
296
301
|
}
|
|
297
302
|
const wrapper = mount(component, {
|
|
298
303
|
attachToDocument: true,
|
|
304
|
+
mocks,
|
|
299
305
|
})
|
|
300
306
|
|
|
301
307
|
const input = wrapper.findAll('input').at(0)
|
|
@@ -347,7 +353,7 @@ describe('VTextField.ts', () => { // eslint-disable-line max-statements
|
|
|
347
353
|
})
|
|
348
354
|
},
|
|
349
355
|
}
|
|
350
|
-
const wrapper = mount(component, { sync: false })
|
|
356
|
+
const wrapper = mount(component, { sync: false, mocks })
|
|
351
357
|
|
|
352
358
|
const input = wrapper.findAll('input').at(0)
|
|
353
359
|
|
|
@@ -793,6 +799,7 @@ describe('VTextField.ts', () => { // eslint-disable-line max-statements
|
|
|
793
799
|
}
|
|
794
800
|
const wrapper = mount(component, {
|
|
795
801
|
attachToDocument: true,
|
|
802
|
+
mocks,
|
|
796
803
|
})
|
|
797
804
|
|
|
798
805
|
const inputElement = wrapper.findAll('input').at(0)
|
|
@@ -24,6 +24,7 @@ export { SelectingTimes }
|
|
|
24
24
|
|
|
25
25
|
type Period = 'am' | 'pm'
|
|
26
26
|
type AllowFunction = (val: number) => boolean
|
|
27
|
+
type ActivePicker = 'HOUR' | 'MINUTE' | 'SECOND'
|
|
27
28
|
|
|
28
29
|
export default mixins(
|
|
29
30
|
Picker,
|
|
@@ -33,6 +34,7 @@ export default mixins(
|
|
|
33
34
|
name: 'v-time-picker',
|
|
34
35
|
|
|
35
36
|
props: {
|
|
37
|
+
activePicker: String as PropType<ActivePicker>,
|
|
36
38
|
allowedHours: [Function, Array] as PropType<AllowFunction | number[]>,
|
|
37
39
|
allowedMinutes: [Function, Array] as PropType<AllowFunction | number[]>,
|
|
38
40
|
allowedSeconds: [Function, Array] as PropType<AllowFunction | number[]>,
|
|
@@ -177,6 +179,8 @@ export default mixins(
|
|
|
177
179
|
},
|
|
178
180
|
|
|
179
181
|
watch: {
|
|
182
|
+
activePicker: 'setPicker',
|
|
183
|
+
selecting: 'emitPicker',
|
|
180
184
|
value: 'setInputData',
|
|
181
185
|
},
|
|
182
186
|
|
|
@@ -197,6 +201,20 @@ export default mixins(
|
|
|
197
201
|
const value = this.genValue()
|
|
198
202
|
if (value !== null) this.$emit('input', value)
|
|
199
203
|
},
|
|
204
|
+
emitPicker (value: SelectingTimes) {
|
|
205
|
+
let activePicker = 'HOUR'
|
|
206
|
+
if (value === SelectingTimes.Minute) {
|
|
207
|
+
activePicker = 'MINUTE'
|
|
208
|
+
} else if (value === SelectingTimes.Second) {
|
|
209
|
+
activePicker = 'SECOND'
|
|
210
|
+
}
|
|
211
|
+
this.$emit('update:active-picker', activePicker)
|
|
212
|
+
},
|
|
213
|
+
setPicker (picker: ActivePicker) {
|
|
214
|
+
if (picker === 'HOUR') this.selecting = SelectingTimes.Hour
|
|
215
|
+
else if (picker === 'MINUTE') this.selecting = SelectingTimes.Minute
|
|
216
|
+
else if (picker === 'SECOND' && this.useSeconds) this.selecting = SelectingTimes.Second
|
|
217
|
+
},
|
|
200
218
|
setPeriod (period: Period) {
|
|
201
219
|
this.period = period
|
|
202
220
|
if (this.inputHour != null) {
|
|
@@ -746,5 +746,70 @@ describe('VTimePicker.ts', () => {
|
|
|
746
746
|
expect(wrapper.vm.selectingHour).toBe(false)
|
|
747
747
|
expect(wrapper.vm.selectingMinute).toBe(false)
|
|
748
748
|
})
|
|
749
|
+
|
|
750
|
+
it('should emit active-picker when selectingSecond/selectingMinute/selectingHour' + useSecondsDesc, () => {
|
|
751
|
+
const wrapper = mountFunction({
|
|
752
|
+
propsData: {
|
|
753
|
+
useSeconds: useSecondsValue,
|
|
754
|
+
},
|
|
755
|
+
})
|
|
756
|
+
wrapper.vm.selectingMinute = true
|
|
757
|
+
expect(wrapper.vm.selecting).toBe(SelectingTimes.Minute)
|
|
758
|
+
expect(wrapper.emitted()['update:active-picker']).toHaveLength(1)
|
|
759
|
+
expect(wrapper.emitted()['update:active-picker'][0]).toEqual(['MINUTE'])
|
|
760
|
+
|
|
761
|
+
wrapper.vm.selectingHour = true
|
|
762
|
+
expect(wrapper.vm.selecting).toBe(SelectingTimes.Hour)
|
|
763
|
+
expect(wrapper.emitted()['update:active-picker']).toHaveLength(2)
|
|
764
|
+
expect(wrapper.emitted()['update:active-picker'][1]).toEqual(['HOUR'])
|
|
765
|
+
|
|
766
|
+
wrapper.vm.selectingSecond = true
|
|
767
|
+
expect(wrapper.vm.selecting).toBe(SelectingTimes.Second)
|
|
768
|
+
expect(wrapper.emitted()['update:active-picker']).toHaveLength(3)
|
|
769
|
+
expect(wrapper.emitted()['update:active-picker'][2]).toEqual(['SECOND'])
|
|
770
|
+
})
|
|
771
|
+
|
|
772
|
+
it('should set selecting to Hour when active-picker changes to "HOUR"' + useSecondsDesc, () => {
|
|
773
|
+
const wrapper = mountFunction({
|
|
774
|
+
propsData: {
|
|
775
|
+
useSeconds: useSecondsValue,
|
|
776
|
+
activePicker: '',
|
|
777
|
+
value: '09:12:34',
|
|
778
|
+
},
|
|
779
|
+
})
|
|
780
|
+
wrapper.vm.selectingMinute = true
|
|
781
|
+
wrapper.setProps({ activePicker: 'HOUR' })
|
|
782
|
+
|
|
783
|
+
expect(wrapper.vm.selecting).toBe(SelectingTimes.Hour)
|
|
784
|
+
})
|
|
785
|
+
|
|
786
|
+
it('should set selecting to Minute when active-picker changes to "MINUTE"' + useSecondsDesc, () => {
|
|
787
|
+
const wrapper = mountFunction({
|
|
788
|
+
propsData: {
|
|
789
|
+
useSeconds: useSecondsValue,
|
|
790
|
+
activePicker: '',
|
|
791
|
+
value: '09:12:34',
|
|
792
|
+
},
|
|
793
|
+
})
|
|
794
|
+
wrapper.vm.selectingSecond = true
|
|
795
|
+
wrapper.setProps({ activePicker: 'MINUTE' })
|
|
796
|
+
|
|
797
|
+
expect(wrapper.vm.selecting).toBe(SelectingTimes.Minute)
|
|
798
|
+
})
|
|
799
|
+
|
|
800
|
+
it('should set selecting to Seconds when active-picker changes to "SECOND"' + useSecondsDesc, () => {
|
|
801
|
+
const wrapper = mountFunction({
|
|
802
|
+
propsData: {
|
|
803
|
+
useSeconds: useSecondsValue,
|
|
804
|
+
activePicker: '',
|
|
805
|
+
value: '09:12:34',
|
|
806
|
+
},
|
|
807
|
+
})
|
|
808
|
+
wrapper.vm.selectingHour = true
|
|
809
|
+
wrapper.setProps({ activePicker: 'SECOND' })
|
|
810
|
+
|
|
811
|
+
const expectedValue = useSecondsValue ? SelectingTimes.Second : SelectingTimes.Hour
|
|
812
|
+
expect(wrapper.vm.selecting).toBe(expectedValue)
|
|
813
|
+
})
|
|
749
814
|
})
|
|
750
815
|
})
|
package/src/locale/af.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} meer',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} files',
|
|
49
54
|
counterSize: '{0} files ({1} in total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/ar.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} أكثر',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} ملفات',
|
|
49
54
|
counterSize: '{0} ملفات ({1} في المجموع)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'القييم {0} من {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/az.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} ədad daha',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} fayl',
|
|
49
54
|
counterSize: '{0} fayl (cəmi {1})',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/bg.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'Още {0}',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} файла',
|
|
49
54
|
counterSize: '{0} файла ({1} общо)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/ca.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} més',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} fitxers',
|
|
49
54
|
counterSize: '{0} fitxers ({1} en total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Puntuació {0} de {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/ckb.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} زیاتر',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} فایل',
|
|
49
54
|
counterSize: '{0} فایل ({1} لە کۆی گشتی)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/cs.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} dalších',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} souborů',
|
|
49
54
|
counterSize: '{0} souborů ({1} celkem)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Hodnocení {0} z {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/da.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} mere',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} filer',
|
|
49
54
|
counterSize: '{0} filer ({1} total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Bedømmelse {0} af {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/de.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} mehr',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} Dateien',
|
|
49
54
|
counterSize: '{0} Dateien ({1} gesamt)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/el.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} ακόμη',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} files',
|
|
49
54
|
counterSize: '{0} files ({1} in total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/en.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} more',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} files',
|
|
49
54
|
counterSize: '{0} files ({1} in total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/es.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} más',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} archivos',
|
|
49
54
|
counterSize: '{0} archivos ({1} en total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Puntuación {0} de {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/et.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} veel',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} faili',
|
|
49
54
|
counterSize: '{0} faili (kokku {1})',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/fa.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{بیشتر {0',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} پرونده',
|
|
49
54
|
counterSize: '{0} پرونده ({1} در کل)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/fi.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} lisää',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} tiedostoa',
|
|
49
54
|
counterSize: '{0} tiedostoa ({1} yhteensä)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Luokitus {0}/{1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/fr.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} de plus',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} fichier(s)',
|
|
49
54
|
counterSize: '{0} fichier(s) ({1} au total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Note de {0} sur {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/he.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} נוספים',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} קבצים',
|
|
49
54
|
counterSize: '{0} קבצים ({1} בסך הכל)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/hr.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'Još {0}',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: 'Odabranih datoteka: {0}',
|
|
49
54
|
counterSize: 'Odabranih datoteka: {0} ({1} ukupno)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/hu.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} további',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} fájl',
|
|
49
54
|
counterSize: '{0} fájl ({1} összesen)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/id.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} lagi',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} berkas',
|
|
49
54
|
counterSize: '{0} berkas (dari total {1})',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/it.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} di più',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} file',
|
|
49
54
|
counterSize: '{0} file ({1} in totale)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Valutazione {0} di {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/ja.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'さらに{0}',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} ファイル',
|
|
49
54
|
counterSize: '{0} ファイル (合計 {1})',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: '評価 {1} のうち {0}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/ko.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} 더보기',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} files',
|
|
49
54
|
counterSize: '{0} files ({1} in total)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|
package/src/locale/lt.ts
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'Daugiau {0}',
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action',
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} failų',
|
|
49
54
|
counterSize: '{0} failų ({1} iš viso)',
|
|
@@ -66,4 +71,5 @@ export default {
|
|
|
66
71
|
icon: 'Rating {0} of {1}',
|
|
67
72
|
},
|
|
68
73
|
},
|
|
74
|
+
loading: 'Loading...',
|
|
69
75
|
}
|