07akioni
42a738d482
fix(date-picker): clean code & fix a function call with wrong parameter
2019-07-26 16:51:24 +08:00
07akioni
bf0bb27518
refactor(date-picker): using zindexable and change some bad coding style
2019-07-26 16:37:26 +08:00
07akioni
21dcbb4649
refactor: new z-index on message and notification
2019-07-26 16:33:58 +08:00
07akioni
27434bb59a
refactor(time-picker): using zindexable
2019-07-26 16:31:20 +08:00
07akioni
d584ce2ce5
refactor(select): using zindexable
2019-07-26 16:30:49 +08:00
07akioni
5fa687153e
refactor(popover): using zindexable
2019-07-26 16:29:11 +08:00
07akioni
c5c5c0b551
feat(date-picker): range somehow works
2019-07-26 14:09:59 +08:00
07akioni
b812df35b8
feat(date-picker): datetime range
2019-07-26 08:39:43 +08:00
07akioni
8951521e76
chore(date-picker): get off work checkpoint
2019-07-25 19:53:31 +08:00
07akioni
c0ece862f5
chore: solve merge conflict
2019-07-25 15:28:26 +08:00
07akioni
62214ca68e
fix(nimbus-service-layout): items is not reactive
2019-07-25 15:18:42 +08:00
JiwenBai
d5befae3a3
feat(advance-table): add minHeight props
2019-07-25 11:30:16 +08:00
JiwenBai
6eb8c9651c
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-25 11:14:45 +08:00
JiwenBai
062799609e
fix(advance-table): -webkit-scrollbar:horizontal height,async data and use default order
2019-07-25 11:14:36 +08:00
mangogan
3d2e3d710c
fix: some css update
2019-07-24 17:28:31 +08:00
mangogan
cc6525d246
merge develope
2019-07-24 17:00:08 +08:00
mangogan
733a09cc6a
fix: fix the code format
2019-07-24 16:56:04 +08:00
07akioni
dca11f420a
release: 0.2.30
2019-07-24 16:32:21 +08:00
07akioni
656d8c0dd4
refactor(date-picker): using time-picker
2019-07-24 16:30:14 +08:00
mangogan
a64a37850a
feature: size, disabled need to add in the future
2019-07-24 15:55:06 +08:00
07akioni
65aa95b606
feat(time-picker): add time-picker component
2019-07-24 11:57:37 +08:00
mangogan
a225e9e1f7
feature: disabled, resetForm, and size need to finish
2019-07-23 20:47:00 +08:00
07akioni
a6d861a0ff
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-22 19:37:34 +08:00
07akioni
c51dbd25e1
chore: get off work checkpoint, for time picker and date picker
2019-07-22 19:37:17 +08:00
mangogan
a69c436151
feature: store
2019-07-22 19:14:47 +08:00
07akioni
989c0086a9
feat(clickoutside): lazy click (handler is called when clicked second times)
2019-07-22 17:41:56 +08:00
JiwenBai
272467a3d8
fix(advanced-table):
2019-07-22 16:56:29 +08:00
JiwenBai
2326811b64
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-22 16:47:48 +08:00
07akioni
5a0081420f
feat(clickoutside): add directive clickoutside
2019-07-22 15:15:55 +08:00
07akioni
aa925292bf
feat(button): deal with costum icon
2019-07-22 12:57:15 +08:00
07akioni
62422f81a1
refactor(date-picker): detach content to dom
2019-07-21 23:58:01 +08:00
07akioni
7be130ff9b
feat(derictive): add clickoutside derictive
2019-07-21 23:13:05 +08:00
JiwenBai
0596a3e552
fix(advance-table): multi filters callback params in on-change is not current,add set params api
2019-07-19 19:40:01 +08:00
07akioni
ef5ca68946
feat(date-picker): disabled
prop
2019-07-18 19:01:44 +08:00
07akioni
895e94b054
feat(select): disabled prop
2019-07-18 16:37:42 +08:00
07akioni
628564b077
fix(select): multiple select menu won't change position when tags are multiple lines
2019-07-18 13:50:23 +08:00
07akioni
309bed4fc4
feat(popover): raw content, new doc, v-model trigger event, update tooltip
2019-07-18 13:36:10 +08:00
07akioni
6e42f405ab
feat(popover): add delay, show event and hide event
2019-07-18 11:49:45 +08:00
07akioni
ffad17ff1f
fix(popover): some times it can't disappear normally when mouseleave
...
mouseleave event sometimes can't fire. So I detect mouseout outside the popover
and activator to make it disappear. Implementation has many tricks. Sigh, life
is so hard.
2019-07-18 00:32:01 +08:00
07akioni
1ac2925118
chore: remove some console.log
2019-07-17 18:42:05 +08:00
07akioni
39906da6c3
refactor(doc, select): a naive loader, detach select to body
2019-07-17 18:27:13 +08:00
07akioni
c90255d6ba
refactor(select): using mixins to refactor select, detach menu content
2019-07-17 14:40:28 +08:00
07akioni
1481a5b962
chore(select): on search single select, there may be a bug of chrome
2019-07-17 14:11:05 +08:00
07akioni
91e6e70d5a
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-17 10:17:21 +08:00
JiwenBai
ed6a3d1d62
feat: advanced table add custom slot
2019-07-17 10:10:05 +08:00
07akioni
a24deb5317
refactor(popover): split it into some mixins and utils
2019-07-17 01:35:11 +08:00
JiwenBai
91bff0ee01
feat: advanced table add sorter default order
2019-07-16 19:39:58 +08:00
JiwenBai
6ea569d101
fix: advance table overflow scroll
2019-07-16 17:58:16 +08:00
07akioni
c4b5e17ebb
feat(radio): radio button group
2019-07-16 17:20:43 +08:00
JiwenBai
1948c52fa4
feat: advanced table support custom column width
2019-07-16 15:19:08 +08:00
JiwenBai
618dcccbc9
fix: width auto change by parent el
2019-07-16 13:03:02 +08:00
JiwenBai
5f5a3f9aff
fix: width fixed
2019-07-16 10:39:02 +08:00
07akioni
31bd3231ff
chore(radio): get off work checkpoint...
2019-07-15 19:14:33 +08:00
JiwenBai
233367cfc0
fix:merge conflict
2019-07-15 18:58:46 +08:00
JiwenBai
edcafb5bcb
fix: advancedTable no data tip style
2019-07-15 18:56:08 +08:00
07akioni
5f4ec07d0f
feat(radio): radio is usable
2019-07-15 17:41:56 +08:00
07akioni
32679a47a2
feat(radio): add radio component(not done yet)
2019-07-15 15:05:56 +08:00
JiwenBai
9f447e5fe8
fix: use popover instead of popup
2019-07-15 11:30:39 +08:00
hrsonion
092def0adf
refactor(tooltip): use popover to refactor tooltip
2019-07-14 18:39:36 +08:00
hrsonion
6351c2f03c
refactor(popover): use own implementation, remove popper.js
2019-07-14 14:25:47 +08:00
hrsonion
3c36d36473
feat(input-number): add styles and some features for input-number
2019-07-14 14:21:21 +08:00
07akioni
305d629c62
chore(popover): refactor checkpoint...
2019-07-11 19:54:17 +08:00
JiwenBai
478bc3e80c
fix: styles
2019-07-11 14:17:35 +08:00
JiwenBai
bf85e4e728
feat: demo version use package.json
2019-07-11 14:05:34 +08:00
JiwenBai
28dd3d6788
feat: finish search and pagnation
2019-07-11 13:54:40 +08:00
hrsonion
24369b593b
fix(select): view do not sync with init value and null value
2019-07-11 13:43:47 +08:00
07akioni
99e70c8e9e
feat(input-number): add input number component.
2019-07-10 19:07:16 +08:00
JiwenBai
30e1d1fc16
Merge branch 'develop' of ***REMOVED*** into feature/advancedTable
2019-07-09 19:45:44 +08:00
JiwenBai
7a359465ab
feat: advancetable sort filter finish
2019-07-09 19:45:38 +08:00
07akioni
b6f879d261
fix(date-picker): init calendar date is not set correctly when v-model specified
2019-07-08 18:12:11 +08:00
07akioni
52cb9a0229
fix(input): forget add :value to type=input
2019-07-08 18:07:29 +08:00
07akioni
73a77492b6
fix(input): forget to remove :on=$listeners of input, this may cause some native event be put into wrong handler
2019-07-08 17:24:49 +08:00
07akioni
93ee695c08
chore(input): change v-model eventname back to 'change'
...
Someone can't reproduce the bug that input shows [Object object]. So I will roll back it.
2019-07-08 16:25:02 +08:00
07akioni
aa395ebe63
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-08 16:16:50 +08:00
07akioni
d20e707244
feat(date-picker): v-model and some robustness enhance for it.
2019-07-08 16:15:23 +08:00
haibo tang
0488204e35
fixed the input model event name , from "change" to "changes".
2019-07-08 13:47:25 +08:00
07akioni
51bc6468e0
feat(date-time-picker): an available version.
2019-07-05 19:57:05 +08:00
07akioni
fe5b0bae29
feat(select): add robustness for select item label search
2019-07-04 19:30:35 +08:00
07akioni
1c13efb566
chore: checkpoint for datepicker & some bug fix
2019-07-04 19:23:35 +08:00
07akioni
e15a11c069
feat(calendar): add basic basic basic calendar
2019-07-04 16:47:41 +08:00
07akioni
ac6dbcf48b
fix(input): blur & focus event
2019-07-04 11:15:50 +08:00
07akioni
2126785d3d
feat(input): maxlength
2019-07-04 11:01:06 +08:00
07akioni
d9273efe2f
feat(icon): icon-on-right
2019-07-04 10:41:59 +08:00
07akioni
5c143b449d
feat(input): type=password & blur focus handler
2019-07-04 10:34:18 +08:00
07akioni
07a3f64a37
fix: no data sentence in single select
2019-07-03 18:48:26 +08:00
07akioni
468eed9ed6
fix: some bugs in filterable select
2019-07-03 18:43:11 +08:00
07akioni
779d2058eb
feat(select): filterable select on single select mode.
2019-07-03 17:52:13 +08:00
JiwenBai
36cc97d8fb
Merge branch 'develop' of ***REMOVED*** into develop
2019-07-03 13:23:59 +08:00
07akioni
6e0f95698f
fix(Notification): deactivator box-sizing
2019-07-03 13:14:24 +08:00
07akioni
16e46081f7
refactor(select): add robustness for select component!
2019-07-03 11:14:55 +08:00
JiwenBai
c34301d922
fix: conflict
2019-07-02 19:31:52 +08:00
JiwenBai
561d1fd9f4
fix: poup styles
2019-07-02 19:30:23 +08:00
07akioni
654951541f
feat(alert): add alert component
2019-07-02 14:48:49 +08:00
JiwenBai
cad19017ea
fix: scss styles
2019-07-02 14:02:08 +08:00
07akioni
56e39407c8
feat: add options for message & add warning style for message
2019-07-02 13:47:23 +08:00
07akioni
5883de5c54
fix(select): fix the problem that when v-model doesn't match items' value, the selectedItem will be null.
2019-07-02 13:06:03 +08:00
07akioni
c4019b91e2
fix(select): show label, not value in select-link
2019-07-02 10:52:07 +08:00
JiwenBai
50c6ce2b2f
styles: fix lint errors and warnings
2019-07-02 10:46:04 +08:00
JiwenBai
9eb19a2969
styles: fix lint errors and warnings
2019-07-02 10:38:21 +08:00
JiwenBai
e4359e6913
feat: add zIndex in Popup component
2019-07-01 20:50:08 +08:00
JiwenBai
098fb7d8f3
feat: add no arrow type in popup component
2019-07-01 18:47:35 +08:00
JiwenBai
28e9e62108
feat: add arrow and arrow show positon
2019-07-01 18:12:18 +08:00
JiwenBai
96f78c9ee3
fix: popup clickoutside
2019-07-01 16:19:21 +08:00
JiwenBai
65d29a774a
test: fix dependences
2019-07-01 10:30:00 +08:00
JiwenBai
972b424d09
Merge branch 'master' of ***REMOVED*** into develop
2019-07-01 10:03:39 +08:00
JiwenBai
79483be2c9
refactor: fix merge confict
2019-06-28 18:19:01 +08:00
07akioni
5dede13ec9
test(input): add unit test for input
2019-06-28 18:14:55 +08:00
JiwenBai
8e51b833c1
feat: add popup component
2019-06-28 18:14:06 +08:00
07akioni
c52a0f06ad
test(gradient-text): add unit test for gradient text
2019-06-28 16:56:57 +08:00
07akioni
b502414b13
test: fulfill already exist tests
2019-06-28 14:33:55 +08:00
07akioni
76b3d80172
test(button): add unit test for button
2019-06-28 13:50:15 +08:00
JiwenBai
c6996a818a
refactor: fix merge conflict from master
2019-06-28 12:54:42 +08:00
07akioni
be48050bc3
fix: style on mobile
2019-06-27 16:26:23 +08:00
07akioni
f0397ff39b
test(pagination): add test for pagination utils
2019-06-27 15:29:39 +08:00
07akioni
c1e8799e98
test(checkbox): add unit test for checkbox component
2019-06-27 15:17:16 +08:00
07akioni
fcc28e78ad
feat: verbose transition of multiple select
2019-06-27 10:55:22 +08:00
JiwenBai
23e8e64cf3
Merge branch 'master' of ***REMOVED*** into develop
2019-06-26 20:16:16 +08:00
JiwenBai
9182289256
feat: add advance table
2019-06-26 20:16:11 +08:00
07akioni
01c01ce27d
feat: select animation
2019-06-26 19:25:19 +08:00
07akioni
7f7c27adf8
refactor: notification api changed
2019-06-26 14:40:36 +08:00
07akioni
b9168b0caf
fix: icon line-height
2019-06-26 14:20:13 +08:00
07akioni
1e8c629157
feat: modal animation
2019-06-25 18:20:49 +08:00
07akioni
56e028ec77
feat: checkbox & swich styles animation
2019-06-25 16:54:51 +08:00
07akioni
36b03996db
refactor: pagination style
2019-06-25 15:48:04 +08:00
07akioni
ccef948ab6
feat: style update for n-select
2019-06-25 14:59:26 +08:00
hrsonion
236f87c7c9
feat: new doc
2019-06-24 15:11:27 +08:00
hrsonion
337e4c293f
doc: new doc looking
2019-06-24 01:16:38 +08:00
07akioni
26e83b0cf1
feat: ci & doc!
2019-06-23 15:47:39 +08:00
hrsonion
7471dfdca1
feat: button text color auto fit
2019-06-23 10:18:14 +08:00
hrsonion
4ee8529be5
feat: pagination!
2019-06-22 19:33:26 +08:00
hrsonion
70bd337d46
feat: page utils & test for it
2019-06-21 23:23:58 +08:00
07akioni
9326398292
feat&fix: modal overlay click close! modal style
2019-06-21 11:49:15 +08:00
07akioni
b52878c7d5
feat: better notification animation
2019-06-21 10:30:07 +08:00
hrsonion
134716c8e3
feat: notification animation!
2019-06-21 00:34:24 +08:00
hrsonion
d6310bfafd
fix: native close listener on select & z-index of codemirror editor
2019-06-20 22:55:18 +08:00
07akioni
6c1e292422
feat: notification
2019-06-20 19:10:53 +08:00
07akioni
b309d9b87b
feat: tooltip
2019-06-20 12:46:29 +08:00
07akioni
da34b9c340
feat: message!!!
2019-06-19 17:43:57 +08:00
07akioni
0cbb054641
fix: 1 px offset on select tag
2019-06-19 14:46:41 +08:00
07akioni
c70572d8b1
feat: select click body closable
2019-06-19 14:32:42 +08:00
07akioni
c1e4fa24cc
feat: select & input & size change & icon default color
2019-06-19 13:54:13 +08:00
07akioni
64a1d31324
feat: input size & color fix
2019-06-18 18:09:42 +08:00
07akioni
af2e673a69
feat: button with size & icon & round
2019-06-18 16:53:16 +08:00
07akioni
a57e103f73
fix: modal card positioning
2019-06-18 16:12:33 +08:00
07akioni
030fd10411
feat&doc: Button available!
2019-06-18 14:53:24 +08:00
07akioni
3525e0f1df
feat: input disable prop
2019-06-17 19:58:09 +08:00
07akioni
8f9ecc211f
fix: overlay before destroy hook
2019-06-17 19:21:53 +08:00
07akioni
9dbf70b054
feat: gradient-text with color
2019-06-17 18:06:42 +08:00
07akioni
dcbd84bdce
fix: style pollution on service layout!
2019-06-17 15:25:33 +08:00
07akioni
6dd61c0991
feat: modal style
2019-06-17 14:39:11 +08:00
07akioni
1bdb17d029
feat: modal
2019-06-17 14:29:32 +08:00
07akioni
cb9548a3a3
feat: make multiple select available
2019-06-17 10:19:32 +08:00
07akioni
9264b46218
chore: checkpoint
2019-06-14 19:33:41 +08:00
07akioni
7ae3579398
feat: dropdown
2019-06-14 17:39:56 +08:00
07akioni
af1208ba73
fix: input placeholder
2019-06-14 15:38:00 +08:00
07akioni
15a671369c
feat: input v-model
2019-06-14 15:35:58 +08:00
07akioni
be9f0cee34
feat: input
2019-06-14 14:46:13 +08:00
07akioni
cce4a4497b
feat: add switch
2019-06-14 11:26:46 +08:00
07akioni
4608703af5
feat: checkbox & round button
2019-06-14 10:59:06 +08:00
07akioni
82d001c5cf
feat: checkbox
2019-06-13 19:17:41 +08:00
07akioni
5474bdeb0e
feat: new demo
2019-06-13 17:22:06 +08:00
hrsonion
da67044b0e
fix: WithMargin index
2019-06-13 15:51:08 +08:00
hrsonion
40baec9d58
dep: add masonry to dep
2019-06-13 15:26:45 +08:00
07akioni
db5f6a387b
refactor: use n- prefix rather than nv- prefix
2019-06-13 15:05:10 +08:00
07akioni
debb25c3d8
refactor: extract sass variables & demo page
2019-06-13 14:53:30 +08:00
hrsonion
8ee57c01e9
fix: typo
2019-06-12 16:44:32 +08:00
hrsonion
1d36ad7a44
feat: service layout done
2019-06-06 16:44:10 +08:00
hrsonion
732d880c02
feat: add some comps
2019-06-04 16:01:34 +08:00
hrsonion
d53c7cbab5
style: .vue style fix
2019-06-04 12:09:02 +08:00
hrsonion
7cef581108
style: @vue/standard
2019-06-04 11:30:56 +08:00
hrsonion
6e82b40f71
feat: many comps
2019-06-03 23:42:44 +08:00
07akioni
4bc028b1cc
chore: many changes, such as structure, add layout comp...
2019-06-03 13:47:12 +08:00