1.0.0 • Published 1 month ago

@triptyk/ember-export-menu v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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.40

1 month ago

1.0.0

1 month ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

1 year ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.29

2 years ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.22

2 years 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

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago