0.0.39 • Published 10 months ago

@triptyk/ember-export-menu v0.0.39

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

tpk-ember-export-menu

This addon will give you a menu in tailwindCSS. This menu ease the export as csv throught frontend thanks to checkboxes letting you toggling fields and a rust software turning an array in a CSV.

Compatibility

TODO

Installation

ember install @triptyk/ember-export-menu

OR

pnpm add -D @triptyk/ember-export-menu

Usage

Arguments

Integration example

<Ui::ExportMenu @entities={{
	(hash user=(hash 
		fields=(array "username") 
		relations=(array "articles")
	))
}} as |components|>
	<components.Select as |S|>
		<S.Button as |selected|>
			{{selected}}
		</S.Button>
		<S.Options as |Options|>
			<Options as |option|>
				{{option.option}}
			</Options>
		</S.Options>
	</components.Select>
	<components.OptionalList />
	<components.ExportButton />
</Ui::ExportMenu>

Controller .ts/.js

@tracked value = '';

@action
setValue(value: string | number) {
  this.value = value;
}

Contributing

See the Contributing guide for details. You can also contact info@triptyk for more informations on how contributing on this project.

License

This project is licensed under the MIT License.

0.0.37

10 months ago

0.0.38

10 months ago

0.0.39

10 months ago

0.0.33

10 months ago

0.0.34

10 months ago

0.0.35

10 months ago

0.0.36

10 months ago

0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.29

1 year ago

0.0.25

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.22

1 year ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago